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 πΊπΌπΈπΉπΌ
- Host: GitHub
- URL: https://github.com/zapkub/harmony-market
- Owner: zapkub
- License: gpl-3.0
- Created: 2018-03-11T15:38:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T06:03:27.000Z (about 8 years ago)
- Last Synced: 2025-07-07T23:49:40.063Z (11 months ago)
- Topics: apollographql, golang, graphql, react, redux, redux-saga
- Language: Go
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```