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.
- Python
- Flask
- SQLAlchemy
- Bootstrap
- Werkzeug
- 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