If you have forked this repo, then connect with Razorops to create your demo pipeline by following the below button
This a 3 tier To-Do List application, where:
- Data tier is NoSQL with mongo
- API tier is Golang (exposed to the host on port 8080)
1. configure it
- generate .env file
cp .env.example .env - populate env vars
export $(cat .env| xargs)
2.a. start it with docker-compose run docker-compose up -d
- interact directly with API thru localhost:8080 endpoint
MIT License
Copyright (c) 2019 Shubham Chadokar