flaskarchitect / flask_notes_app

This Flask application is designed as a resource for creating storing and searching of snippets and notes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask_notes_app

Overview

Welcome to flask_notes_app! This Flask application is designed as a resource for creating storing and searching of snippets and notes.

Setup

1.
Clone this repository:

git clone https://github.com/flaskarchitect/flask_notes_app.git

2.
Navigate to the project directory:
cd flask_notes_app

3.
Create and activate a virtual environment: python -m venv venv

On Windows:
.\venv\Scripts\activate

On macOS/Linux:
source venv/bin/activate

3.
Install the required packages:
pip install -r requirements.txt

** 4.
Run the App**
python app.py

Visit http://localhost:5000 in your web browser to view the app.

About

This Flask application is designed as a resource for creating storing and searching of snippets and notes.


Languages

Language:Python 59.2%Language:HTML 21.8%Language:CSS 19.0%