Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 817 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 817 Bytes

Mirela's Secret Notes App

Summary:

I've created a small application where you can sign up, login and store whatever "secret notes" you want to. They are going to be password protected, so well-kept. As log as you don't logout on purpose, the app will remember the last session and you'll stay in your account at runtime. Just give it a try. ☺️

Setup and installation:

Make sure you have installed the latest Python version.

git clone https://github.com/MirelaManta/MirelaApp
pip install -r requirements.txt

To run the app:

pyton main.py 

To view the app:

Go to http://127.0.0.1:5000

Link to web application on hosting platform: PythonAnywhere

http://mirela.pythonanywhere.com/