It is a RESTful API for controlling sales of clothing items in a clothes shop called Madclothes. The goals are using it to study backend development, with the stack informed below, and build a portfolio.
$ git clone https://github.com/iranbrg/madclothes-api.git
$ cd madclothes-api
$ npm install
Create a .env
file in the project's root. Check .env.example
to see what
needs to be set.
$ cp .env.example .env
$ vim .env
$ docker-compose up -d
$ npm run typeorm migration:run
$ npm run dev
In the main
branch, one can use the stable version of this API whereas in the
staging
branch are the latest and more updated features.
This project is deployed on Heroku and any client can consume this API. So checkout:
To check the current project's stage and the plans for new features, see TODO.md
The documentation for this API can be found here
A Potman Collection is also available at docs
directory