full-stack-code-test

Places I've visited.

single-resource API for places i've been.

To run:

  • clone this repo
  • run a local mongo DB instance
  • run the following commands
export MONGO_URI=mongodb://localhost/test
cd app && npm i
npm run build
cd ../server && npm i
npm start

Then point browser to http://localhost:9000