Skip to content

Latest commit

 

History

History
82 lines (54 loc) · 2.15 KB

Readme.md

File metadata and controls

82 lines (54 loc) · 2.15 KB

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