It's a web-based platform for students and teachers alike to create a repository of academic material for different Engineering streams.
- Clone the repository in your local machine
git clone https://github.com/ajinkyagawali1/Notes_app.git
- Go to the Notes_app folder
cd Notes_app
- Install all the required Python packages with
pip install -r requirements.txt
-
Edit the ".env" file to include your Email, Password and Secret Key.
-
Set the environment variable for FLASK_APP
Linux
export FLASK_APP=run.py
Windows
set FLASK_APP=run.py
- To run the app
flask run
To run this project, you will need to add the following environment variables to your .env file
MAIL_USERNAME
MAIL_PASSWORD
SECRET_KEY