Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 405 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 405 Bytes

Teleport Main api

Main api for the Teleport platform

Instructions

  1. Install Docker
  • Create a .env file. Copy the content of .env.example into it.
  • Open Terminal and cd to the root folder
  • run docker-compose up
  • All set!. Server can be reached at 'http://locahost:4000' and mongo at 'http://localhost:27017' (check .env.example for DB credentials)