Skip to content

Application developed in ASP.Net Core under onion architecture and following solid principles. It allows you to register and log in, make posts, add friends, see your friends' posts and comment on posts.

Notifications You must be signed in to change notification settings

YefersonR/SocialNetwork

Repository files navigation

SocialMedia App

Creation of a small social network where you can make posts, make comments, search for people, add and remove friends, view friends' posts and comment on them. Developed in MVC .Net 5 and to store the data SQL Server.

  • Onion Architecture
  • Use of automapper
  • Mail services with the MimeKit package

Technologies

  • C# Asp.Net Core
  • Entity Framework
  • SQL Server
  • Auto Mapper
  • Bootstrap 5

What do you need to run this project ?

How to run

  1. Clone this repo.
  2. Open SocialMedia.sln in Visual Studio.
  3. Set SocialMedia as startup project to run web app.
  4. The database is remote. But if you want to add to local database you need to open the file called "appsettings.json" and put the name of your server or computer where applicable, example:
    Server=Your_Server;
    When you are in the nuget package console type the following command:
    Update-database
  5. Start the project.

Project images

  • Login

login.png

  • Register

register.png

  • Home

Home1.png Home.png

  • Friends' posts

Friends.png



Developer

About

Application developed in ASP.Net Core under onion architecture and following solid principles. It allows you to register and log in, make posts, add friends, see your friends' posts and comment on posts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published