Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.37 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.37 KB

Blanja App Back-End

Backend for Blanja App built with Express and Postgres.

NodeJS Express.js Postgres

Blanja App Back-End is an API for cloths e-commerce.

  • CRUD Products, Users, and Orders
  • Authentication and Authorization
  • Validation

Tech

Blanja App Back-End 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

And of course Blanja App Back-End itself is open source with a public repository on GitHub and also You can try this deploy.

Postman Documentation
Deploy Link
Frontend repository

Installation

Blanja App Back-End requires Node.js v10+ to run.

cd blanja-app-be
npm i
nodemon app