- Node.js installed on your machine
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd my-technotes-api - Install the dependencies:
npm install
- Start the server:
npm start
-
Access the API at
http://localhost:3500 -
Use the following endpoints for
users:GET /users- Get all usersPOST /users- Create a new userPATCH /users/- Update a userDELETE /users/- Delete a user
-
Use the following endpoints for
notes:GET /notes- Get all notesPOST /notes- Create a new notePATCH /notes/- Update a noteDELETE /notes/- Delete a note
- Fork the repository
- Create a new branch
- Make your changes
- Commit and push your changes
- Create a pull request
This project is licensed under the MIT License.