- Sign-in/Sign-up/Sign-out
- Dashboard: maintain personal information
- User: looking for individuals to form a group
- Group: looking for groups to join
- My Group:
- Group Dashboard: maintain group information
- Request: process invite or join request
- Group Dashboard: maintain group information
- Clone project code.
git clone https://github.com/Sherryhh/groupmates
cd groupmates/frontend- Installation dependence.
yarn installOr
npm install- Running the application
npm run startIn a different tab (please change password accordingly in the frontend/api/index.js)
cd api
python3 run.py- Open the website
http://localhost:7001/login
The frontend of this project is adapt from antd-admin and rely on ant design.