Skip to content

codyjdalton/core-service

Repository files navigation

Build Status Coverage Status

Core Service

About

A RESTful HTTP service to support managing branching storylines. Ideal consumer would be a story management tool.

Getting Started

Clone this repo

> git clone https://github.com/codyjdalton/core-service
> cd core-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

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages