https://github.com/consensysmesh/shr-client-service
CRUD service for SHR Client
https://github.com/consensysmesh/shr-client-service
Last synced: over 1 year ago
JSON representation
CRUD service for SHR Client
- Host: GitHub
- URL: https://github.com/consensysmesh/shr-client-service
- Owner: ConsenSysMesh
- Created: 2018-08-30T15:29:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T01:02:14.000Z (over 3 years ago)
- Last Synced: 2025-01-22T04:14:33.454Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 495 KB
- Stars: 1
- Watchers: 12
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SHR-client-service
This is the repo for handling CRUD functions for a client for TravelBlocks.
### Stack
We’ll use a simple NodeJS service with a Postgres for our backend.
- NodeJS 8.6.0
- Postgres 10.1
- Docker for Mac 1.13.0
### How to run the client microservices
We need to have docker installed previously.
```
$ bash < docker-compose up -d --build
```
This will start the web and db containers and visit the following url: `http://localhost:3000/client`
Other commands:
```
$ bash < docker-compose stop
```
```
$ bash < docker-compose logs
```