This is an inventory management Platform for a coffee retail Shop. It is built with Nodejs, Sequelize and Postgres as a database.
- Postgresql and database created
- Clone the application and run
yarn - Run
cp .env.example .envto create .env variables and fill them - Run
yarn devto create db migrations and run server
| End Point Name | Method | Category | EndPoint | Description |
|---|---|---|---|---|
| Register User | POST | Users | /api/v1/users/auth/signup |
This registers a users to the system |
| Login User | POST | Users | /api/v1/users/auth/login |
This handles login of a users to the system |
- NodeJs / Express
- Postresql Database with Sequelize as ORM
- Redis
- Swagger for API Documentation
- Heroku For Hosting