API part of JS-shopping-cart application
yarn install
yarn start
After all packages will be installed, application swagger will available at: http://localhost:3010/api
To add product fixtures run this page: http://localhost:3010/product/import
yarn typeorm migration:generate -n migration_file_name
yarn typeorm migration:run
@TODO
- NestJS - A progressive Node.js web framework
- Typescript - Strict syntactical superset of JavaScript
- Docker - Allow to run application in containers
This project is licensed under the MIT License - see the LICENSE.md file for details