A basic farmer portal
- Email && Password based authentication.
- Persistent auth status.
- Create user
- View all users posted by other team members
- Edit users as favourite or not
- View favourites
- Delete users.
Client Side:{ React, Redux }, Server Side:{ Firebase Firestore, Firebase Functions }, MiddleWare:{ Thunk }
- Clone this repo
- Run 'yarn'to install dependencies
- Create web project in firebase console
- Copy config and replace in src/config/fbconfig.js
- Create firestore collection
- Run 'yarn start'