Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.39 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.39 KB

pijar-food-be

Backend for Pijar Food built with Express and Postgres.

NodeJS Express.js Postgres

The backend for Pijar Food is an API for how to make food.

  • Users and CRUD
  • Authentication and Authorization
  • Validation

Tech

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

Installation

Backend for Pijar Food requires Node.js v10+ to run.

cd pijar-food-be
npm i
nodemon app

Related Project