Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcenojackson/imagineshop-api
https://github.com/arcenojackson/imagineshop-api
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/arcenojackson/imagineshop-api
- Owner: arcenojackson
- Created: 2024-07-09T00:03:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T00:02:17.000Z (4 months ago)
- Last Synced: 2024-10-17T13:52:36.756Z (22 days ago)
- Language: TypeScript
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```