https://github.com/ibrahim-sisar/birthdays
It is a project to remember friends birthdays using flask.
https://github.com/ibrahim-sisar/birthdays
css flask html python sqlite3
Last synced: 10 months ago
JSON representation
It is a project to remember friends birthdays using flask.
- Host: GitHub
- URL: https://github.com/ibrahim-sisar/birthdays
- Owner: ibrahim-sisar
- Created: 2024-12-05T13:32:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T13:36:06.000Z (over 1 year ago)
- Last Synced: 2025-03-04T19:49:45.517Z (over 1 year ago)
- Topics: css, flask, html, python, sqlite3
- Language: HTML
- Homepage:
- Size: 4.88 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# birthdays
It is a project to remember friends birthdays using flask.
## install
```bash
pip install flask
```
``` bash
git clone https://github.com/ibrahim-sisar/birthdays.git
```
``` bash
cd birthdays
```
``` bash
flask run
```