Skip to content

Nowshin1077/Note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note 📝

A flask web app where a user can take notes as well as delete notes. A user have to sign up first to create a account to start note taking. A website with Python, covering Flask, authentication, databases, and more. User's notes will be store in a database, a user can log into the user account. Notes information is associate with a specific user.

Features and Interfaces

  1. Login page
    • Login with Email and password

  1. Sign up page Sign up with:

    • Email
    • Name
    • Password

  1. Home Page
    • After successfully login user can write notes.
    • User can delete notes if want.

Tech Stack

Frontend

  • HTML
  • CSS(bootstrap)

Backend

  • Python
  • Flask
  • SQLAlchemy

Other Tools

  • VS Code

Points to remember while testing this

Setup & Installation

Make sure you have the latest version of Python installed.

git clone <repo-url>

Requirements (Import)

  • flask pip install flask

  • Flask-SQLAlchemy pip install Flask-SQLAlchemy

  • flask-login pip install Flask-Login

Running The App

python main.py

Viewing The App

Go to http://127.0.0.1:5000

Need Help?

Feel Free to contact me via Twitter, LinkedIn

Releases

No releases published

Packages

 
 
 

Contributors