Travel planning app, to travel with friends without the headache of planning with them.
- Install npmandnodemonglobally on your machine.
- Install cockroachdbfrom here on your machine.
- To run tests install bats and jq.
- In the home directory, run npm run setup.
- Run npm run startto 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.