Purge is a small issue tracker web application where Users with QA role can create, read, update, delete, reply, etc to issue. Users with Programmer role will be able to read, update, and reply to an issue.
NOTE: This project page is just the API for the main project.
- Golang
- Gin Gonic
- REST API
- GORM
- PostgreSQL
- Download or Fork the code
- Run
go get ./..to get all of the dependencies.
There are some environment variables that you need to add before running this project. Please add these variables before running:
- DATABASE_URL
- JWT_SECRET
Run go run main.go
Please address an issue or suggestion in the Issues page of this project. Pull Requests are also welcomed but please provide documentations and test file.