Skip to content

KaishiCo/tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docs

Note

Running the project locally

  • Open a terminal window and navigate to the directory where the docker-compose.yml file is located.
cd /path/to/the/docker-compose.yml
  • Run the following command to start the api and database containers:
docker compose up -d

Cleaning up

  • To stop the containers:
docker compose down
  • Or, to stop the containers and remove the volumes:
docker compose down -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors