Skip to main content

No project description provided

Project description

## lbnotes —

  • lbnotes is a lightweight web app for quick note taking in the markdown format with tags support.

  • lbnotes is based on flask and sqlite3.

  • lbnotes is licenced under GNU GPLv3.

### install: ` pip install lbnotes `

### database initialization: ` # database initialization needs to be done before usage. export FLASK_APP=lbnotes flask init-db `

### config: ` main config file "config.py" should be put in the instance folder. details can be found in "config.py.example" file. `

### run: ` flask run `

### deploy: ` - lbnotes is os independent. - lbnotes can be deployed with any webserver that flask supports. - choose your webserver of choice and see its details for deployment. - [deploy references](https://flask.palletsprojects.com/en/1.1.x/deploying/) `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lbnotes-0.1.2.tar.gz (16.3 kB view hashes)

Uploaded Source

Built Distribution

lbnotes-0.1.2-py3-none-any.whl (34.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page