A simple full-stack application to manage issues, inspired by GitHub
- 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.
- Install dependencies and start the server:
npm install npm run dev
- The server runs on
http://localhost:3000
.
- Navigate to the
client
directory:cd client npm install npm run dev
- The React app runs on
http://localhost:5173
.