Scrum Masters
Heroku URL: https://sumerge-scrum-masters.herokuapp.com/
Install project
-Clone the project
git clone https://github.com/SE-GUC/Scrum-Masters.git
-Go to the project directory
cd Scrum-Masters
-Install the dependencies
npm install
Formatting
-
We are required to follow the StandardJS library in formatting our code, so please visit their website and read the documentation
-
it's now installed in the Project's dependencies
-
To Auto format your code run command.
standard --fix
Nodemon
- To run the app and make node.js restart the server for every change made and saved (Ctrl+S)
npm run server
Post Requests (Postman)
- When making post request using Postman follow these steps
- Open Postman
- Choose POST request from the dropdown list
- Add the URL you want to send the post request to
- Naviagte to the fourth option(Body)
- Choose x-www-form-urlencoded
- Add the Key(attribute), Value
- Send the request