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

https://github.com/alvarogarcia7/daylio-reader


https://github.com/alvarogarcia7/daylio-reader

approval-test daylio python tool

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

          

# Python Boilerplate

## Getting started - Local python

```bash
make virtualenvironment
source venv/bin/activate
make virtualenvironment-finish
make install
make test
```

## Getting started - Docker

```bash
make up
make bash
# continue the steps for the local installation
make down
```