Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 830 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 830 Bytes

Project Description

Hamro नोटप्याड is a simple note-taking application built using Flask, a lightweight Python web framework. This application uses various Python packages and libraries, including Flask’s built-in ORM, SQLAlchemy, for database management. The user interfaces are designed with Bootstrap classes.

Project Link

Technology used

  • Python
  • Flask
  • SQLAlchemy
  • Bootstrap
  • Werkzeug

To contribute to this project

  • Clone this git repo
  • Create and activate a virtual environment
  • Install the required packages with pip install -r requirements.txt
  • Set up environment variables
  • Initialize the database with flask db upgrade
  • Run the application with flask run
  • Application should be live on port 5000
  • Make your changes and send a PR