https://github.com/valerybugakov/leadgen-test
https://github.com/valerybugakov/leadgen-test
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/valerybugakov/leadgen-test
- Owner: valerybugakov
- Created: 2016-03-21T06:50:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-23T18:26:43.000Z (about 10 years ago)
- Last Synced: 2025-03-10T19:50:05.472Z (about 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```