An open API service indexing awesome lists of open source software.

https://github.com/valerybugakov/leadgen-test


https://github.com/valerybugakov/leadgen-test

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

Nodejs Express Mongoose app
========

Requirements
------------

* [NodeJs](http://nodejs.org)
* [mongodb](http://mongodb.org)

Install
------------

```sh
git clone https://github.com/valerybugakov/leadgen-test.git
cd leadgen-test/server
npm i
```

Fixtures
------------

To fill DB with test data run

```sh
npm run fixtures
```

Server
------------

Config available under `./config/default.json`

```sh
npm start
```