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

https://github.com/zapkub/harmony-market

harmony market website sourcecode πŸ•ΊπŸΌπŸŽΈπŸŽΉπŸŽΌ
https://github.com/zapkub/harmony-market

apollographql golang graphql react redux redux-saga

Last synced: about 2 months ago
JSON representation

harmony market website sourcecode πŸ•ΊπŸΌπŸŽΈπŸŽΉπŸŽΌ

Awesome Lists containing this project

README

          

# harmony-market
harmony market website sourcecode πŸ•ΊπŸΌπŸŽΈπŸŽΉπŸŽΌ

# Development setup
- run pre-dev command
```
$ make pre-dev
```

## Development cmd
- create `.env` from `.env.example`
```
$ make dev
```

- go to postgresql admin at `http://localhost:5050`, connect sql db at `http://localhost:5432`
```
Postgresql auth
POSTGRES_USER: postgres
POSTGRES_PASSWORD: changeme

Admin auth
user: pgadmin4@pgadmin.org
password: admin
```