Performs bug fixes. Normalization of database models. Deploys the api to heroku.
How should this be manually tested?
Run the heroku app through the link provided in the ReadME file. Or run the api documentation using the link provided in the ReadME file.
Run the endpoints below with appropriate input.
POST /api/v2/auth/register |Registers a user
POST /api/v2/auth/login |Logs a registered user in
POST /api/v2/auth/logout |Logs a logged in user out
POST /api/v2/auth/reset-password |Resets a logged in users password
GET /api/v2/events |Views all events
POST /api/v2/events |Adds an event
PUT /api/v2/events/ |Edits an existing event
DELETE /api/v2/events/ |Deletes an existing event
POST /api/v2/events//rsvp |Sends an rsvp to a event
What does this PR do?
Performs bug fixes. Normalization of database models. Deploys the api to heroku.
How should this be manually tested?
Run the heroku app through the link provided in the ReadME file. Or run the api documentation using the link provided in the ReadME file. Run the endpoints below with appropriate input.
POST /api/v2/auth/register |Registers a user POST /api/v2/auth/login |Logs a registered user in POST /api/v2/auth/logout |Logs a logged in user out POST /api/v2/auth/reset-password |Resets a logged in users password GET /api/v2/events |Views all events POST /api/v2/events |Adds an event PUT /api/v2/events/ |Edits an existing event
DELETE /api/v2/events/ |Deletes an existing event
POST /api/v2/events//rsvp |Sends an rsvp to a event
What are the relevant pivotal tracker stories?
Deploy app to heroku. ID: #154956015