Skip to content

NitinKumar004/sql_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Task Manager API in Go with MySQL (Dockerized)

This project is a simple Task Manager API built using Go (Golang) and MySQL, with MySQL running in a Docker container.

It allows you to:

  • Add new tasks
  • View all tasks
  • Get a task by ID
  • Mark a task as complete
  • Delete a task

Run the following command to start a MySQL container using Docker:

docker run --name gofr-mysql \
  -e MYSQL_ROOT_PASSWORD=root123 \
  -e MYSQL_DATABASE=test_db \
  -p 3306:3306 \
  -d mysql:8.0.30

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages