API server for CSGO Market application.
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/
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-API
Go into application's main directory
cd ./csgo-market-api
Run command
npm install
Run the application
npm start