Skip to content

Mini-program used for the management of volunteer activities in tsinghua

Notifications You must be signed in to change notification settings

jameslahm/volunteers-tsinghua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A mini-program for volunteer activity management

Build Status codecov

  • Run:

    • DEPLOY:
      cd webapp
      sudo docker-compose up
    • PC:
      cd webapp
      make init_db
      make runserver
    • WX:
      cd wxapp && npm run build
  • Test:

    cd webapp && make test
  • Init database:

    cd webapp && make init
  • Migrate database:

    cd webapp && make migrate
  • Upgrade:

    cd webapp && make upgrade