- Anthony Nguyen (@notnuthin) Team Lead
- Charles Manaois (@charlesmdev)
- Gia Thy Le (@shinychikapu)
- Chiekezie Ezenekwe (@Chiekezie)
https://drive.google.com/file/d/1N8cH1uME5ayGHSQ4vbdXm0CE5Kjn0n2D/view?usp=sharing
-
Create an virtual environemnt and download the libraries requirement to your virtual environment by running the command below in the terminal
python -m venv venv pip install -r requirements.txt -
To run the website, run the command below in the terminal:
flask run
- Click the link to sign up and make an account.
- Sign up for an account.
- Log in after you're signed up.
- Start creating notes and folders to store them!
Note: When you create folders, create notes, or move notes to folders you may need to refresh the page to see the homepage update.
- Sign Up (Thy)
- Exit User Profile (Charles)
- Delete Account (Charles)
- Login (Thy)
- Logout (Thy)
- Reset Password (Charles)
- Edit and Save Notes (Anthony)
- Create a Note / Folder (Anthony)
- Move notes into different categories / folders (Anthony)
- Accessing a password protected folder (Charles)
- Advance search items with regular expressions or filters by categories (Thy)
- Opening Notes and Folders (Anthony)
- Save notes as docx or txt (Anthony)
- Delete Notes (CJ)
ChatGPT
https://blog.miguelgrinberg.com/post/how-to-add-flask-migrate-to-an-existing-project