Skip to content

manimaduri/bug-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bug Tracker

This is a bug tracking system built with Node.js and Express. It uses PostgreSQL for data storage.

Features

  • User authentication and authorization
  • Users can create, update, and delete bugs
  • Users can view all bugs or get a specific bug by ID
  • Each bug is associated with a project

How to Run the Project

  1. Install the dependencies by running npm install
  2. Start the server by running npm start

Project Structure

The main application entry point is src/server.js. The src/controllers directory contains the logic for handling requests for bugs, comments, projects, and users. The src/routes directory contains the routes for the application. The src/middleware directory contains middleware functions for authentication and authorization.

License

ISC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published