https://github.com/strvcom/atlas.js-demoapp
Example HTTP server implemented with Atlas.js
https://github.com/strvcom/atlas.js-demoapp
atlas-js demo example nodejs
Last synced: 7 months ago
JSON representation
Example HTTP server implemented with Atlas.js
- Host: GitHub
- URL: https://github.com/strvcom/atlas.js-demoapp
- Owner: strvcom
- License: bsd-3-clause
- Archived: true
- Created: 2017-09-05T16:10:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T08:57:00.000Z (over 8 years ago)
- Last Synced: 2025-03-17T15:26:25.292Z (11 months ago)
- Topics: atlas-js, demo, example, nodejs
- Language: JavaScript
- Homepage: https://github.com/strvcom/atlas.js
- Size: 61.5 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Atlas.js - Demo app
> An example Addressbook API implemented using Atlas.js.
## Running locally
You need to have Docker and docker-compose installed on your system (or you will have to install all the databases and other services installed directly on your machine).
- `docker-compose up -d`
- `make`
- `./bin/run`