Where to go is a trip management tool where you can store places you want to go for upcoming trips!
https://enigmatic-spire-85974.herokuapp.com/
POST '/api/auth/login' matches given credentials and provides a JWT Token.
/api/trips
/api/trips/create
POST creates a new trip
/api/trips/:id/
POST updates a new trip
DELETE deletes a trip
/api/trip/upsertPlace
POST id= -1 creates a new place
POST updates a new place
/api/trip/deletePlace/:placeID
DELETE deletes Place
- Node.js
- Express
- Mocha
- Chai
- Postgres
- Passport
- Knex.js
Application uses JWT authentication