Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Vaerrwenn/issue-tracker-back

Repository files navigation

Purge API

Description

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.

Tech Stacks Used in This Project:

  • Golang
  • Gin Gonic
  • REST API
  • GORM
  • PostgreSQL

Installation

  1. Download or Fork the code
  2. 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

Usage

Run go run main.go

Documentation

Here

Contributing

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.

License

Apache License 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages