add the journal route in the backend to allow the request to submit a new Journal Entry from the front end to the database. This will include creating the Journal Class model with relationships to the User and creating a new table in our db
Estimated Cost / Time:
Medium / Large
Measure of Success
An effective measure of success would be to type in a JSON input from Postman and have it be uploaded to the database correctly formatted. We can test this by sending sever journal entries from different users from Postman, and checking return codes (201 on success)
TODO
add the journal route in the backend to allow the request to submit a new Journal Entry from the front end to the database. This will include creating the Journal Class model with relationships to the User and creating a new table in our db
Estimated Cost / Time:
Medium / Large
Measure of Success
An effective measure of success would be to type in a JSON input from Postman and have it be uploaded to the database correctly formatted. We can test this by sending sever journal entries from different users from Postman, and checking return codes (201 on success)