Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 575 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 575 Bytes

SurvirunAPI

☝ Description

This is a server that supports the REST API for the Survirun Android App.

⚡ Services

  1. Auth / User
  2. Socket.io ( Multi-play exercise )
  3. Exercise
  4. Friends
  5. Goal
  6. Profile & Exercise Image

🛠️ Installation

$ npm install

🚀 Running the app

$ npm run start

🔒 Configuration config.js

secret : JWT's secret (required)
mongodb: Mongodb Address (required)
port: Mongodb port (required)
hostname: just api server's address (not required)