Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Jaimin7632/angular_scheduler_python

Open more actions menu

Repository files navigation

Angular scheduler python implementation

https://code.daypilot.org/67423/angular-scheduler-tutorial-typescript

Steps to run:

  1. Setup flask and peewee for python(>=3.5)
  2. Install requirements.txt
  3. Run python ./angular-scheduler-python-backend/app.py

Code conversation:

_db.php : /angular-scheduler-python-backend/database_utils/utils.py -> db_init()
backend_create.php : /angular-scheduler-python-backend/database_utils/utils.py -> create_events()
backend_resources.php : /angular-scheduler-python-backend/database_utils/utils.py -> get_backend_resources()
backend_events.php : /angular-scheduler-python-backend/database_utils/utils.py -> get_backend_events()
backend_move.php : /angular-scheduler-python-backend/database_utils/utils.py -> update_backend_move()


How code structure works ?

  1. Create api name with .php in app.py
    @app.route('/api/backend_create.php', methods=['POST'])
    Note: Reason of using .php in api is we don't want to change frontend for python changes. This will directly setup with current frontend.

  2. Api call the database utils functions.

About

Angular scheduler in python. It's a conversation of php code to python.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.