This app use firebase real time database to store information about members
Then it can generate an assignment of those members on teams based on the information proided on each member.
Right know only the role of each member is taken into consideration for the lane.
npm install to install the packages
Create a .env file at the root folder with:
- REACT_APP_API_KEY = "YOUR_FIREBASE_KEY"
- REACT_APP_DB_URL = "YOUR DB_URL" (without the final /)
- Create a project
- enable authentication with email & password
- Create a realtime Dabase
- set read & write rules for authenticated users only