- This project is for Google Solution Challange 2023 - Team Remood.
- Provide an API for managing diaries, and emotion notes.
- Built using Go, Gin framework, and MongoDB.
-
Install Go
-
Clone this repository
git clone https://github.com/GDSC-UIT/remood-backend.git
cd remood-backend
go get .
-
Create your MongoDB Atlas Database (link)
-
Create
.env
file
MONGODB_CONNECTION_STRING=<YOUR CONNECTION STRING>
MONGODB_DATABASE_NAME=<YOUR DATABASE NAME>
- Start server
go run main.go
- Now the server is starting at
localhost:8080
// I haven't created documentation yet