Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arcenojackson/imagineshop-api


https://github.com/arcenojackson/imagineshop-api

Last synced: about 5 hours ago
JSON representation

Awesome Lists containing this project

README

        

# IMAGINESHOP

Setup database

```sh
docker run --name imagineshop-db -e POSTGRES_DB=imagineshop -e POSTGRES_USER=user -e POSTGRES_PASSWORD=password -p 5432:5432 -d postgres
```