Skip to content

yo-sayantan/Calendar_Task_Login_Department_Flask_v4.0

Repository files navigation

##################################################

Author: {Sayantan Biswas}

Maintainer: {Sayantan Biswa}

##################################################

Flask Calendar Task with Login Application

The manage.py

A complete application using Flask factories, click commands and storing passwords encrypted in a json file users.json which you can easily take as example to replace with your own database manager.

NOTE: this example is not meant for production use as writing in a json file is suitable only for single access. For better performance go with MongoDb, TinyDB or other SGDB.


Run with:

bash
python manage.py

Create new user:

bash
python manage.py adduser

Run the server

python manage.py runserver

When you are inside the app, rest is self-explanatory.

The history is only available if you login through admin account.

----------------------------------------------------------------------------------------

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published