CSGO Market API <in-progress>

API server for CSGO Market application.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Things you need to install

Node.js and npm

https://nodejs.org/en/download/

Installing

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

Deployment

https://csgo-market-api.herokuapp.com/

Built With

  • Node.js - Technology
  • Express - Framework
  • MongoDB - Database
  • Mongoose - Object modeling tool for MongoDB
  • Rest of dependencies are included in package.json file in "dependencies"

Authors