Places I've Been API is the Rails back-end for Places I've Been. Places I've Been Client serves as the React/Redux front-end.
For a brief video walkthough demonstrating the app, click here.
Places I've Been uses PostgreSQL. Click here for installation instructions.
Run rails s -p 3001 to start up the Rails API server.
From the places-ive-been/client directory, run npm start to run the app in development mode on http://localhost:3000.
Please refer to the MIT License documentation in the LICENSE file for more information.