A simple CRUD application built with Flask.
- Add, view, edit, and delete data.
- In-memory data storage.
-
Clone the repository: git clone
-
Install dependencies: pip install -r requirements.txt
-
Run the application: python app.py
-
Open your browser and go to "http://127.0.0.1:5000".
- Python
- Flask