CodeMiner84 / JS-shopping-cart-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeepScan grade

JS shopping cart API

API part of JS-shopping-cart application

  • docker - docker application
  • ui - UI application
yarn install
yarn start

After all packages will be installed, application swagger will available at: http://localhost:3010/api

Fixtures

To add product fixtures run this page: http://localhost:3010/product/import

Additionally

Generate migrations

yarn typeorm migration:generate -n migration_file_name

Run migrations

yarn typeorm migration:run

Running the tests

@TODO

Built With

  • NestJS - A progressive Node.js web framework
  • Typescript - Strict syntactical superset of JavaScript
  • Docker - Allow to run application in containers

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

License:MIT License


Languages

Language:TypeScript 99.4%Language:Dockerfile 0.3%Language:HTML 0.2%Language:Shell 0.1%