Skip to content

Help you find your perfect group and track your progress

Notifications You must be signed in to change notification settings

jl63/groupmates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Help you find your perfect group and track your progress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • C 0.9%
  • JavaScript 0.4%
  • PowerShell 0.1%
  • Less 0.1%
  • CSS 0.0%