- Gin
- Mongodb
- Docker/Docker-compose
- Line SDK
git clone https://github.com/RyanTokManMokMTM/cinnox_backend_hw.git
Add Line bot as friend. @146upfgh
In Local Machine
- Start up a mongodb.(This project run mongodb in Docker)
make env
- Start the API Server
make local
In Docker Container. (Using Docker-Compose)
- Start the API Server
make up
- Shutdown the API Server
make down