Une application Flask pour regrouper les mémoires des étudiants SID en licence et master.
- Blueprints
- User and permissions management
- Flask-SQLAlchemy for databases
- Flask-WTF for forms
- Flask-Mail for sending emails
- Redis Queue for handling asynchronous tasks
- ZXCVBN password strength checker
- CKEditor for editing pages
$ git clone https://github.com/your_username/sid_plateform.git
$ cd REPO_NAME
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python manage.py recreate_db