This project implements a simple REST API Server and Client for managing issues. The server supports CRUD operations (Create, Read, Update, Delete) for issue objects, while the client interacts with the server to perform these operations.
- Create a new issue with a title and description.
- Read existing issue details.
- Update existing issue details.
- Delete an issue.
- Node.js installed on your machine.
- Clone the repository:
git clone https://github.com/leo77534/SitemateBackendChallenge.git