_______ ________ _ _ _ _ ____
/ ____\ \ / / ____| | | | | | | _ \
| | __ \ \_/ /| |__ | |__| | | | | |_) |
| | |_ | \ / | __| | __ | | | | _ <
| |__| | | | | | | | | | |__| | |_) |
\_____| |_| |_| |_| |_|\____/|____/
"If a picture is worth a thousand words, imagine gifs." - someone
Run instructions below when setting up dev environment
Make sure you are in the root folder where the makefile is located
make tools
Spin up database
make init
Start Server
make serve
make db-reset
Import Insomnia file to test example requests Import/Export Guide
cd web
npm install
npm start