Skip to content

mesxx/Fiber_Task_Management_API

Repository files navigation

Run Locally

  1. Clone the project
  git clone https://link-to-project
  1. Go to the project directory
  cd my-project
  1. Copy .env.example to .env
  cp .env.example .env
  1. Add publics/documents directory
  mkdir publics/documents
  1. Add publics/images directory
  mkdir publics/images
  1. Install dependencies
  go mod tidy
  1. Start the server
  go run main.go

Using Docker Compose Watch

  1. Build the project
  docker compose up --build -d
  1. Start compose watch
  docker compose watch

About

Fiber Task Management API is used for task data management with local image upload, user and compose watch for docker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors