/adonis-task-api

Coding Challenge

Primary LanguageJavaScript

Setup
-----
1: startup psql and configure database connections
2: run npm i, adonis migration:run, adonis seed
3: On a freshly seeded db, run 'adonis test functional' to run through test suites
4: Hit endpoints in postman, being sure to look at necessary request parameters inside of its respective controller.
5: user_id is passed in to most request to validate/"authenticate" that the user has ownership of particular data