Skip to content

A web based platform where students and professors can share academic resources.

Notifications You must be signed in to change notification settings

ajinkyagawali1/Notes_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes App

It's a web-based platform for students and teachers alike to create a repository of academic material for different Engineering streams.

Installation

  1. Clone the repository in your local machine
  git clone https://github.com/ajinkyagawali1/Notes_app.git
  1. Go to the Notes_app folder
  cd Notes_app
  1. Install all the required Python packages with
   pip install -r requirements.txt
  1. Edit the ".env" file to include your Email, Password and Secret Key.

  2. Set the environment variable for FLASK_APP

Linux

   export FLASK_APP=run.py

Windows

  set FLASK_APP=run.py
  1. To run the app
   flask run

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MAIL_USERNAME

MAIL_PASSWORD

SECRET_KEY

About

A web based platform where students and professors can share academic resources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published