Skip to content

suyash-nexxt/bug-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Bug tracker REST API

Stack

  • NodeJS
  • Express
  • Prisma (ORM)
  • Postman (testing)

Features

  1. Cookie based JWT Authentication.
  2. Registered user can create bug.
  3. Project owner can add members.
  4. Any member can create bugs and notes.
  5. Project owner can update status of the bug - active / inactive.
  6. Project owner can delete bug.

Setup

cd server

npm install
- Update DATABASE_URL in .env file and run

nodemon OR node app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published