Clone the project
git clone https://github.com/Duong0907/remood-backend.git
Go to the project directory
cd remood-backend
Config .env
file
APP_PORT=YOUR_APP_PORT
MONGODB_CONNECTION_STRING=YOUR_CONNECT_STRING
MONGODB_DATABASE_NAME=YOUR_DATABASE_NAME
FROM_MAIL_PASSWORD=YOUR_MAIL_PASSWORD
Start the server
go run .
Golang, Firebase, MongoDB