https://github.com/dacili/mediifastfood
Online food ordering.
https://github.com/dacili/mediifastfood
angular9 bootstrap dotnet-core entity-framework-core
Last synced: 2 months ago
JSON representation
Online food ordering.
- Host: GitHub
- URL: https://github.com/dacili/mediifastfood
- Owner: Dacili
- Created: 2020-05-03T13:45:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T14:05:52.000Z (about 6 years ago)
- Last Synced: 2025-05-20T23:12:35.822Z (about 1 year ago)
- Topics: angular9, bootstrap, dotnet-core, entity-framework-core
- Size: 5.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MediFastFood
Code is private. You can see a few screenshots of created website. This "MediFastFood" website is for online food ordering.
Roles:
- customer
- admin

Few customer screenshots:


Few admin screenshots:



Functionalities are:
- registration
- log in
- search items
- see more details about item
- add items to the cart
- remove items from the cart
- messages about success or fails were done with side notifications
...
Frontend was created using Angular9, while backend was created using .NET Core. For database manipulations Entity framework was used.