/split-backend

REST API for the Split application hosted on chis.dev

Primary LanguageJavaScriptMIT LicenseMIT

Split Backend

Backend for the application Split.

Setup

Download an run mongodb.

Create a database.

mongo

use split

Install dependencies.

npm install

Run

npm run devStart