Skip to content

A note taking web app built using Flask web framework

Notifications You must be signed in to change notification settings

priyaskumar/MyNotes-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

MyNotes

This is a basic website (notes) build with Python using Flask (a web framework).

This covers the basic concepts of authentication and databases using the web framework - Flask.

The users will be able to,

  • Create a new account
  • Login
  • Add notes
  • Delete notes as and when required.

Flask is generally used to create micro web apps.

THE LOGIN PAGE OF THE APPLICATION : image

NOTES OF AN USER :

image

Tools and Technologies used :

  • HTML
  • Jinga Templating Language
  • JavaScript
  • Python
  • Flask web framework

Python Libraries:

  • flask
  • os
  • werkzeug
  • Json
  • sqlalchemy

Basic Steps to create the application using Flask :

  • Create a flask app.

  • Create routes/ views for the website.

  • Create the basic HTML templates (using Jinja Templating Language).

  • Create the sign up and login page HTML that flashes messages and handles HTTP requests (POST,GET).

  • Setting up Flask SQLAlchemy.

  • Create database to store the user details.

  • Enable new user account creation and logging in.

  • Create Notes HTML

    • Adding user notes
    • Deleting user notes

References :

About

A note taking web app built using Flask web framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published