10000 GitHub - reversim/reversim-summit-2019: The website for Reversim Summit 2019 https://summit2019.reversim.com
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

reversim/reversim-summit-2019

Repository files navigation

Website for Reversim Summit 2019

http://summit2019.reversim.com/

Authors:

Contributors:

Getting started

Install:

$ npm install

Start: This will start an API server connecting to local mongo db called ReversimSummit and listening on 5001, and a webpack dev server which serves the frontend at port 3000.

$ npm start

Import data:

You may import data for development. There's a shell script to do that, which takes /data/*.json files into your local mongo setup at the ReversimSummit db.

$ ./scripts/import_dev_db.sh

Working locally

Restarting the server

Type rs in the server's terminal to restart.

Installing mongo

Basically, follow this link: https://docs.mongodb.com/manual/installation/
The default database name is ReversimSummit, and it's defined in https://github.com/rantav/reversim-summit-2017/blob/master/server/db/constants.js

It's possible to set a custom db connection string by: MONGODB_URI=<your_db_url> npm start

License

MIT

About

The website for Reversim Summit 2019 https://summit2019.reversim.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9

0