FoodStore
FoodStore copied to clipboard
Shopping cart application with asp.net core and entity framework
BUYNOW - online food shop
My demo on creating web shop application with asp.net core and ef core

Getting Started
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.
Installing
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
Admin users credentails
Username: [email protected]
Password: aA1234
Windows
- You need to have .Net Core 2.2 installed on your machine
- MSSQL localdb server
MacOs
- You need to have .Net Core 2.2 installed on your machine
- Sqlite3 installed
Linux
- 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

How to Run
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
Running the tests
Currently there are no tests to run
Built With
- 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
Authors
- Spartak Bughdaryan - Initial work - Bugdaryan
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details