Skip to content

robinarthur/steam-inventory-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,443 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions Status Actions Status Dependabot Status

Steam Inventory Manager (WIP)

A web application which manages all your Steam Inventories in one place.

Demo

Live: steam-inventory-manager.herokuapp.com.

OpenAPI: steam-inventory-manager.herokuapp.com/openapi.

NOTE: Application will load after a short delay. Details here.

Technologies

Front-End

Back-End

Installation

git clone https://github.com/dsyncerek/steam-inventory-manager.git
cd steam-inventory-manager
npm install

Configuration

Rename server/.env.example to server/.env and edit with your needs.

File server/src/config/roles.config.ts contains information about roles permissons.

Usage

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.

About

Angular + NestJS (REST)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 87.6%
  • HTML 10.0%
  • SCSS 2.3%
  • JavaScript 0.1%