git clone [email protected]:adigladi/RiksdagsViz.git
cd RiksdagsViz
yarn install
In root folder, create config.json and fill with
{
"development": {
"config_id": "development",
"app_name": "riksviz",
"app_desc": "A visualization of Riksdagen",
"node_port": 5000,
"database": "mongodb+srv://admin:<PASSWORD>@riksdagsviz-7gqgl.mongodb.net/test?retryWrites=true"
}
}
and replace < PASSWORD > with database password (which you can get from Ben 😉 ).
In the project directory, you can run:
Will run both client and server Open http://localhost:5000 to view it in the browser.
Launches the server on port 5000
Runs only the client