Skip to content

Application developed in ASP.Net Core under onion architecture and following solid principles. Users can register and access the system to post ads or create new categories, they can view the ads of other users, filter them by category and search for specific ads.

Notifications You must be signed in to change notification settings

YefersonR/E_Market

Repository files navigation

E-Market App

E-Market with login and registration of users, with maintenance of posts and categories, developed in MVC .Net 5 and for the data persistence SQL server.

  • Onion Architecture
  • Handling of Entity Framework Code First
  • File uploading for publications
  • Searches can be performed by product name
  • Products can be filtered by product category

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 E-Market.sln in Visual Studio.
  3. Set E-Market 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

  • Home

Home.png

  • Maintenance of advertisements

productos.png

  • Maintenance of categories categories.png



Developer

About

Application developed in ASP.Net Core under onion architecture and following solid principles. Users can register and access the system to post ads or create new categories, they can view the ads of other users, filter them by category and search for specific ads.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published