The full-stack application that allows users to create a pizzas and store it in the DB. There is an authentication and authorization system. User can be the admin. Everybody can create pizzas but only admin has access to the "Pizza List" page.
Use following credentials to get access to the app
email: [email protected]
password: test
email: [email protected]
password: admin
- Docker
- Network accessible web server hosting the docker binary.
- For Linux: docker-compose should be installed.
To get start just run this command from project folder:
(proj)$ sudo docker-compose up
and get acces to the app on http://localhost:3050/
Here you can create a new pizza
This page accessable for admins only. Here you can see the list of all pizzas in the DB
- React
- Ant Design
- JWT
- Node.js
- Express
- MongoDB
- Docker
- Nginx