An open API service indexing awesome lists of open source software.

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.

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
```