Skip to content

HappYness-Project/TaskManagementGolang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskManagementAPI

Task Management API is used for handling tasks and containers for the specific user groups. This project is designed to be run using Docker and Docker Compose. Follow the instructions below to get started.

Prerequisites

Make sure you have the following installed on your system:

Getting Started

Run Docker Container

Inside the root of the project, You should run

make start

Above comment will create the postgres database within the docker and create the tables and sample data.

If you want to stop/remove the containers,

make down

Rebuild command

make rebuild-docker