Skip to content

SamuelMolling/todo-list-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List in Golang

How to Use:

  1. Setup: Ensure you have Go installed on your system. Clone the repository from GitHub.
git clone https://github.com/SamuelMolling/todo-list-golang.git
cd todo-list-golang
  1. MongoDB Configuration: Set up your cluster and configure your connection string on line 32.
mongoURI := "mongodb+srv://<USERNAME>:<PASSWORD>@<CLUTER_ENDPOINT>/?retryWrites=true&w=majority&appName=demo1"
  1. Run the Application: Execute the following command to start the server.
go run main.go
  1. Access the Application: Open your browser and navigate to http://localhost:8080 to interact with the Todo List application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published