Travel planning app, to travel with friends without the headache of planning with them.
- Install
npm
andnodemon
globally on your machine. - Install
cockroachdb
from here on your machine. - To run tests install bats and jq.
- In the home directory, run
npm run setup
. - Run
npm run start
to start the frontend and backend servers concurrently. - Once you see that two servers are running (there might be a compile time lag for the frontend), connect to
localhost:1024
(the port is set to 80) on your browser to see the application running.
Current code based off of tutorial found here.