Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dtgoitia/mealer-api


https://github.com/dtgoitia/mealer-api

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

## Development set up

Install dependencies:

```shell
vf new mealer-api # or equivalent to create your virtual environment
make install
```

Save current dependencies:

```shell
make freeze
```