dann254 / mavuno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mavuno

Mavuno is a product that allows collection of data about farmers, farms and their harvests.

mockup

Relevant Links

TODO

  • catch all errors from API
  • debug: chrome not auto locating user.
  • add user management page.
  • improve responsiveness
  • write tests

Relevant Info

  • Supervisors are created through the API's console.
  • Test user ** email: ** email@example.com, ** password: ** password1

How to set up

  • make sure you have vue and vueCLI installed.
  • Clone this repository:
git clone git@github.com:dann254/mavuno.git
  • switch to the project folder:
cd mavuno
  • install dependencies
yarn install
  • add a .env.local file to the root folder with the following variables
    VUE_APP_API_ROOT='https://mavuno-api.herokuapp.com/api/'
    VUE_APP_MAPS_API_KEY=your-google-maps-api-key
  • start the app
yarn serve

About


Languages

Language:Vue 82.0%Language:JavaScript 16.4%Language:HTML 0.8%Language:SCSS 0.8%