This project consists of two separate apps, the backend and the frontend.
The API is a rails API-only application, responsible for handling everything the database is serving, and the App is for our react based application.
Please install the following:
- Geos
- Ruby
- Feel free to use RVM or Rbenv (recommended) for version management
- NodeJS
- Feel free to use NVM or Nodenv (recommended) for version management
- Postgres.app
In order to run the project in development, you'll need to install the required RubyGems, NPM modules, and set up your Postgres database:
# Install Geos
brew install geos
# Install JS and Ruby dependencies
yarn install
# Setup the database
yarn db:setup
A foreman command is included to start up both the front and back end:
yarn start
This project is MIT Licensed