React ordering pizza app with register and login and possibility to Create, Read, Update, Delete products.
https://double-pizza.netlify.app/
- open code editor,
- open terminal and navigate to folder where You want project copied,
- clone project through terminal with command: "git clone https://github.com/Zasada94/pizza-portal/",
- use "cd pizza-portal" (change direction) command to get into apps main folder,
- install dependencies with npm command through terminal: "npm install",
- start app live version with "npm run dev" command.
- NOTE: to fully functioning login and admin-panel it's necessary to install backend api from: "https://github.com/Zasada94/pizza-ordering" and use Your own .env hidden data.
Project was created with:
- React
- styled components
- materialUI
- redux
- mongoDB
- node.js
- express
- mongoose
- .env
- choosing and ordering pizzas. Products are get from database and orders are posted to database,
- databased registering users and login,
- admin panel with possibility to Create, Read, Update, Delete products.
- cart mobile 📱
- order mobile 📱
- feedback mobile 📱