Farm Tracker maintains a record of the production beds on a number of farms. Users can select a farm to view it's production beds, with details about each bed's square footage, crop, anticipated days to maturity, planting and harvesting dates. Users can add both farms and beds to the tracker, as well as remove them. Users may also update the name and location of a farm.
Click here for a demo video of the app.See the app deployed on Render.
Users can:
- View a list of all farms in the tracker
- View a farm's production beds and their details
- Add/Remove/Update farms
- Add/Remove beds
From the project directory you can run:
Installs all of the ruby gems associated with backend.
Runs the migrations to setup the database.
Seeds the database tables with sample data.
Drops the database tables and reseeds them with sample data.
Starts a local server to serve the database.
Stops the server.
From the frontend directory you can run:
Installs the dependencies for the app.
Runs the app in the development mode.
Open http://localhost:4000 to view it in your browser.
If you'd like to contribute to this project, you may clone this repo and submit your changes for approval to codybarker.or@gmail.com
In development and unlicensed
Cody Barker