https://github.com/rhyuen/words_svc
https://github.com/rhyuen/words_svc
multiple nodejs rest-api services
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhyuen/words_svc
- Owner: rhyuen
- Created: 2018-07-27T00:01:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T02:18:27.000Z (almost 8 years ago)
- Last Synced: 2025-02-26T23:43:51.038Z (over 1 year ago)
- Topics: multiple, nodejs, rest-api, services
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### ABOUT
> node.js rest service that returns new words the user has learned.
### Updates
> trying to make it Paas agnostic when talking to other services.
# Making it Go
### INSTALL
> npm install
### DEPENDENCIES
> You need to create a 'keys.json' file the following keys: 'mongo' for a MongoDB datastore.
### RUNNING LOCALLY
> npm start
### BUILDING THE DOCKER IMAGE
> docker build -t words_service .
### RUNNING IN DOCKER
> docker run -d -p 8080:9774 --name words_service