Backend for Pijar Food built with Express and Postgres.
The backend for Pijar Food is an API for how to make food.
- Users and CRUD
- Authentication and Authorization
- Validation
Backend for Pijar Food uses a number of open source projects to work properly:
- node.js - evented I/O for the backend
- Express - fast node.js network app framework [@tjholowaychuk]
- PostgreSQL - the powerfull database
Backend for Pijar Food requires Node.js v10+ to run.
cd pijar-food-be
npm i
nodemon app