Skip to content

A web-application developed on the .NET 5. The main idea of a web application is to develop a system for create a basic engine for the operation of an internet cafe.

License

Notifications You must be signed in to change notification settings

MikhailMasny/awesome-food-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food application

.NET

A web-application developed on the .NET 5.0. The main idea of a web application is to develop a system for create a basic engine for the operation of an internet cafe. This repository can also serve as a template for creating the application with the account and some basic functionality.

Getting Started

The developed web application is MVC (Model-View-Controller). When you start, you need to create admin and change role by database (user and administrator roles will already be added to the database). This application is a clone of the Internet cafe application for ordering food.

SQL & EF Core migrations

For EF migrations, use the following commands from Package Manager Console:

update-database

For SQL data seed, use this file.

Built with

Author

Mikhail M. - Software Engineer;

License

This project is licensed under the MIT License - see the LICENSE.md file for details.