Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 892 Bytes

README.md

File metadata and controls

54 lines (38 loc) · 892 Bytes

Groupmates

Features

  • 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

Usage

  1. Clone project code.
git clone https://github.com/Sherryhh/groupmates
cd groupmates/frontend
  1. Installation dependence.
yarn install

Or

npm install
  1. Running the application
npm run start

In a different tab (please change password accordingly in the frontend/api/index.js)

cd api
python3 run.py
  1. Open the website
http://localhost:7001/login

Citation

The frontend of this project is adapt from antd-admin and rely on ant design.