tyrakriv / Spring307-8amMWF-Team2

0 stars 0 forks source link

Submit and Receive Journal Entries to and from db #39

Closed blaxson closed 4 years ago

blaxson commented 4 years ago

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)