A simple API with four endpoint to perfom crud operation on user data.
To contribute to this project follow the follwing steps:
- Clone the repo on your local machine:
git clone https://github.com/Terra-Backend-Team-1/crud-api.git
- CD into the directory of the project and install the dependencies:
npm install
- Create a new branch for your contribution
git checkout -b branch-name
- Commit your changes
git add .
- Push your contribution to remote
git push origin branch-name
- Open pull request and make reference to the issue you work on using any of the following keywords:
- close
- closes
- closed
- fix
- fixes
- fixed
- resolve
- resolves
- resolved