Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```