A web application which manages all your Steam Inventories in one place.
Live: steam-inventory-manager.herokuapp.com.
OpenAPI: steam-inventory-manager.herokuapp.com/openapi.
NOTE: Application will load after a short delay. Details here.
- Angular with Router, Reactive Forms, Material and Flex Layout
- NgRx with Entity and Effects
git clone https://github.com/dsyncerek/steam-inventory-manager.git
cd steam-inventory-manager
npm install
Rename server/.env.example to server/.env and edit with your needs.
File server/src/config/roles.config.ts contains information about roles permissons.
npm run start:dev runs application in development mode.
npm run start:prod runs application in production mode.
npm run build builds the project.
npm run test tests the project.
npm run lint lints the project using eslint and stylelint.
npm run format formats the project using prettier.