Skip to content

AdamsGeeky/issue-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

issue-tracker

Issue Tracker

A simple full-stack application to manage issues, inspired by GitHub

Features

  • Create: Add new issues with a title and description.
  • Read: View the list of existing issues.
  • Update: Modify existing issues.
  • Delete: Remove issues from the list.

Getting Started

Backend

  1. Install dependencies and start the server:
    npm install
    npm run dev
  2. The server runs on http://localhost:3000.

Frontend

  1. Navigate to the client directory:
    cd client
    npm install
    npm run dev
  2. The React app runs on http://localhost:5173.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published