A RESTful HTTP service to support managing branching storylines. Ideal consumer would be a story management tool.
Clone this repo
> git clone https://github.com/codyjdalton/narrative-service
> cd narrative-service
Create a .env file at the project root /. Copy the contents from .env.example into .env and replace them with your own values.
DATASOURCE=mongodb://localhost/project
DATASOURCE_INTEG=mongodb://localhost/project-test
If you need help setting up a database, MLab currently allows creating a free cloud MongoDB instance.
> npm install
Start the application
> npm start
Run tests
> npm test
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details