/todo-online

Todo list online API (for many users)

Primary LanguageGo

How to run this project

1. Clone this repo

git clone https://github.com/Duong0907/todo-online.git
cd todo-online

2. Create .env file

MONGODB_CONNECTION_STRING=<YOUR_MONGODB_CONNECTION_STRING>
MONGODB_DATABASE_NAME=<YOUR_MONGODB_DATABASE_NAME>

3. Install all nessessary modules

go get .

4. Run

go run main.go

6. Open the website

http://localhost:8080/website/