https://github.com/thomasthiebaud/quietserver
Nodejs server for the Quiet application
https://github.com/thomasthiebaud/quietserver
Last synced: 2 months ago
JSON representation
Nodejs server for the Quiet application
- Host: GitHub
- URL: https://github.com/thomasthiebaud/quietserver
- Owner: thomasthiebaud
- Created: 2016-04-16T18:15:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T11:22:31.000Z (almost 9 years ago)
- Last Synced: 2024-10-19T11:30:58.409Z (7 months ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/thomasthiebaud/QuietServer) [](https://coveralls.io/github/thomasthiebaud/QuietServer?branch=master) [](https://david-dm.org/thomasthiebaud/quietserver.svg)
# Easy setup with docker
Install [docker](https://docs.docker.com/linux/step_one/) and [docker-compose](https://docs.docker.com/compose/install/).
Clone the repo using
git clone https://github.com/thomasthiebaud/QuietServer.git
Move into the directory
cd QuietServer
Run the app using
docker-compose up
You can run the tests using
docker-compose run server /app/node_modules/mocha/bin/mocha --recursive
# Run from scratch
_Coming soon_