Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bunyamin54/pizzaapp
PizzaApi with nodejs
https://github.com/bunyamin54/pizzaapp
dotenv express mongoosejs morgan nodejs nodemon
Last synced: 12 days ago
JSON representation
PizzaApi with nodejs
- Host: GitHub
- URL: https://github.com/bunyamin54/pizzaapp
- Owner: Bunyamin54
- Created: 2023-10-14T21:15:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-14T21:19:28.000Z (about 1 year ago)
- Last Synced: 2024-11-03T16:02:52.489Z (12 days ago)
- Topics: dotenv, express, mongoosejs, morgan, nodejs, nodemon
- Language: JavaScript
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PIZZA API
### ERD:
![ERD](./erdPizzaAPI.png)
### Folder/File Structure:
```
.env
.gitignore
index.js
readme.md
logs/
src/
configs/
dbConnection.js
controllers/
auth.js
pizza.js
order.js
topping.js
user.js
helpers/
passwordEncrypt.js
setToken.js
sync.js
middlewares/
authentication.js
errorHandler.js
findSearchSortPage.js
logger.js
permissions.js
models/
pizza.js
order.js
topping.js
user.js
routes/
auth.js
pizza.js
order.js
topping.js
user.js
```