/simple-product-manager

Primary LanguageTypeScriptMIT LicenseMIT

Simple product manager

Main feature:

  • Jwt Authorization and multy user platform. Email comfirmation included
  • CI
  • Tests
  • Swagger documentation
  • Dockerizing with docker compose

Launching

To launch this project you have to clone it from github:

  $ git clone https://github.com/Dmutre/simple-product-manager

Install all dependencies:

  $ pnpm install

And create .env file with all needed variables. They are described into ./.env.sample. After all is complited just write:

  $ pnpm start

OR:

  $ npm start