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

https://github.com/juli1/product-microservice


https://github.com/juli1/product-microservice

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# product-microservice

Bootstrap the project

1. Create a virtual environment `python -mvenv venv`
2. Use the virtual environment `source venv/bin/activate`
3. Install all dependencies `pip install -r requirements.txt`
4. Init the database `rm -f db.sqlite ; sqlite3 db.sqlite < init.sql`

Start the project:

```shell
flask --app service run
```