Backend for Blanja App built with Express and Postgres.
Blanja App Back-End is an API for cloths e-commerce.
- CRUD Products, Users, and Orders
- Authentication and Authorization
- Validation
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
Blanja App Back-End requires Node.js v10+ to run.
cd blanja-app-be
npm i
nodemon app