project-mgmt-go

command module
v0.0.0-...-098fab0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2023 License: MIT Imports: 3 Imported by: 0

README

Go Project Management App

This is a sample Go REST API using Gin and Gorm for a project management app similar to Jira.

ERD Diagram

Available Endpoints

Users
  1. POST /users/register
  2. POST /users/login
  3. GET /users/profile
  4. DELETE /users/:id
  5. GET /users/:id
Projects
  1. POST /projects
  2. PUT /projects/:id
  3. GET /users/:id/projects
  4. GET /projects/:id
  5. DELETE /projects/:id
Tasks
  1. POST /projects/:id/tasks
  2. GET /projects/:id/tasks

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
app
db

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL