- Clone repository
- Run
./scripts/init.sh
- If that doesn't work, try running
chmod +x ./scripts/init.sh
then run prompt again
- The program connects to the database via environment variables, so to start it, please use the following command where the X's are replaced with the correct variables:
DBUSER=XXXXXX DBHOST=XXXXXXX DBNAME=XXXXX DBPASSWORD=XXXXXX node index.js
- Open browser to
http://localhost:3000
** For our submission, we have included a file called run-pictor.txt
which includes all information to run the application locally
Run yarn test