My demo on creating web shop application with asp.net core and ef core
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
A step by step series of examples that tell you how to get a development env running
Say what the step will be After cloning or downloading project, there are some steps you need to do in order to run application, depends on which operation system are you using
Username: admin@mail.com
Password: aA1234
- You need to have .Net Core 2.2 installed on your machine
- MSSQL localdb server
- You need to have .Net Core 2.2 installed on your machine
- Sqlite3 installed
- You need to have .Net Core 2.2 installed on your machine
- PostgreSql installed, and configured to have user with -- User id: postgres -- Password: password
PostgreSql server will run on localhost:5432 by default, you can change setings from 'appsettings.Development.json' file
In order to run application you need to go Shop.Web project, and execute commands in bash/terminal below This will run application in default mode
dotnet run
This will run application, and start watch, each time you make changes in c# code, application will restart automatically
dotnet watch run
After running application, you should see output something like this
Currently there are no tests to run
- Asp.Net Core - The web framework used
- Entity Framework Core - ORM
- Sql servers
- Microsoft SQL server - Used Sql server for windows
- Postgre SQL - Used Sql server for linux
- SQLite - Used Sql server for MacOs
- Spartak Bughdaryan - Initial work - Bugdaryan
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details