Web application that allows you to buy/sell items that comes from Counter Strike: Global Offensive game. You can also open containers and gain new valuable items.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Things you need to install
Node.js and npm
https://nodejs.org/en/download/
Angular
https://angular.io/cli
A step by step series of examples that tell you how to get a development env running
Download Node.js
https://nodejs.org/en/download/
Clone repository or download .zip
git clone https://github.com/Pefes/CSGO-Market
Go into application's main directory
cd ./csgo-market
Run command
npm install
Run csgo-market-api server with MongoDB in the background
Run the application
npm start
https://csgo-market-app.herokuapp.com/ ---> also look at the images below ⬇️ ⬇️ ⬇️ ⬇️ ⬇️ ⬇️
- Angular 11 - Frontend framework
- RxJs - Library for asynchronous operations
- Rest of dependencies are included in package.json file in "dependencies"