https://github.com/fr4nkln11/onlynotes
A simple flask app that stores notes
https://github.com/fr4nkln11/onlynotes
bootstrap5 flask python3
Last synced: 5 months ago
JSON representation
A simple flask app that stores notes
- Host: GitHub
- URL: https://github.com/fr4nkln11/onlynotes
- Owner: fr4nkln11
- Created: 2023-06-27T18:26:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T15:20:53.000Z (about 2 years ago)
- Last Synced: 2025-08-06T16:50:59.390Z (11 months ago)
- Topics: bootstrap5, flask, python3
- Language: HTML
- Homepage: https://flask-notes-app.onrender.com/
- Size: 501 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OnlyNotes - Uncomplicated Note-Taking App.
Begin your streamlined note-taking journey today with this uncomplicated app, enabling your ideas to shine as you embrace the elegance of simplicity.








## Installation
To install and run OnlyNotes locally or for development, follow these steps:
1. Clone this repository to your local machine
2. Navigate to the project directory
3. Create a virtual environment: `python -m venv venv`
4. Activate the virtual environment:
* On macOS/Linux: `source venv/bin/activate`
5. Run `pip install -r requirements.txt` to install necessary dependencies
6. Create Environment varibles for `FLASK_APP` and `DATABASE_URI`
* `export FLASK_APP=src`
* `export DATABASE_URI=sqlite:///database.db`
7. Start the development server: `flask run`
## Usage
To use OnlyNotes, visit [here](https://flask-notes-app.onrender.com/)
## Screenshots

## Contributions
We welcome contributions from the community! If you find any issues or have suggestions for new features, please submit them through our issue tracker. We also encourage you to fork this repository and submit pull requests for any bug fixes or enhancements.
To contribute to OnlyNotes, follow these steps:
1. Fork this repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and commit them.
4. Push your changes to your fork.
5. Submit a pull request to the main repository.