This is the web server part of the EveryClass project.
If you find any problems with the code please open an issue and provide as much detail as possible. If you wish to discuss the project, you can join our forum (Chinese).
pipenv sync
to build a virtualenv with dependencies installedeveryclass/api_server/config/default.py
and name it development.py
. Change settings to adjust to your local development environmentMODE
to DEVELOPMENT
, then run server.py
This is an open source project and we would be happy to have contributors who report bugs, file feature requests and submit pull requests. Please report issues here: https://github.com/AdmirablePro/everyclass/issues (not issue tracker of this repository!)
master
branch if you have permissionvX.X.X
will be watched by Travis, our continuous integration tool, which runs unit-tests, builds the Docker image, pushes the image to our private registry and updates services in the staging
environment. Tags following the pattern vX.X.X_testing
will upgrade the testing
environment.When you file a feature request or submit a bug report to the issue tracker, add the necessary steps to reproduce it. This is very important for weird/rare bugs.