Skip to content

HarvestProfit/fargo-hackathon

Repository files navigation

Harvest Profit

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.

Getting Started

Prerequisites

Please install the following:

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

Running in Development

A foreman command is included to start up both the front and back end:

yarn start

License

This project is MIT Licensed