Skip to content

AgusVelez5/rotunda-issue-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rotunda Issue Tracker

Requeriments:

Clone the repo and fill the frontend env variables and the backend env variables.

Run:

  docker build -t api ./api --no-cache
  docker build -t client ./client --no-cache
  docker run -d -p 3000:3000 api
  docker run -d -p 5173:5173 client

Frontend running on port 3000. Backend running on port 5173.


Issue labels can be configured in labels.json.

Set a default weight in defaultWeight and labels in labels with the label name as key and its weight as value.


Docs on /api/v1/docs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published