Skip to content

aj9mb/task-management

Repository files navigation

Task Management

This repo contains code for a basic task management apis written in go.

This is the postman collection for the apis

Docker commands for setting up mysql container

  • docker build -t mysqlImg .
  • docker run -d -p 3306:3306 --name mysql mysqlImg
  • cat mysql/init.sql | docker exec -i mysql mysql -u user -ppassword task_management

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published