dongido001 / sterling-rest-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How To run the app

Availabe at http://134.209.58.74:4000/

Without Docker

  1. Clone the repository to your local machine
    git clone https://github.com/dongido001/sterling-rest-api.git
  2. Start up Redis
  3. Start up Mongo
  4. Set up your config details
    cp .env.example .env

Make sure to set Mongo and Redis to their correct ports

  1. Install dependencies
    npm install
  2. Run the app:
    npm run serve

Using Docker

  1. Clone the repository to your local machine
    git clone https://github.com/dongido001/sterling-rest-api.git
  2. Run the app
  docker-compose up

The app should be available running at localhost:4000 ( npm install take a while, so be patient :) )

About


Languages

Language:JavaScript 97.2%Language:Dockerfile 2.8%