An open API service indexing awesome lists of open source software.

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.

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

![alt text](https://github.com/Dacili/MediiFastFood/blob/master/Home.PNG)

Few customer screenshots:
![alt text](https://github.com/Dacili/MediiFastFood/blob/master/AddToCart.PNG)
![alt text](https://github.com/Dacili/MediiFastFood/blob/master/Cart.PNG)

Few admin screenshots:
![alt text](https://github.com/Dacili/MediiFastFood/blob/master/FoodMenuAdmin.PNG)
![alt text](https://github.com/Dacili/MediiFastFood/blob/master/WarningPopUpDelete.PNG)
![alt text](https://github.com/Dacili/MediiFastFood/blob/master/AddFoodItem.PNG)

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.