Main api for the Teleport platform
- 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)