SID PLATEFORM

Une application Flask pour regrouper les mémoires des étudiants SID en licence et master.

Pack Flask?

  • 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
Clone the repository
$ git clone https://github.com/your_username/sid_plateform.git
$ cd REPO_NAME
Initialize a virtual environment
$ python3 -m venv venv
$ source venv/bin/activate
Install the dependencies
$ pip install -r requirements.txt
Create the database
$ python manage.py recreate_db

Running the app