mkg0 / mix-me

Mix up and go to lunch with people from Signavio you might not know yet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mix-me Build Status

MixMe

Mix up and go to for a lunch with people from Signavio

photofunia-1506947079

Clone the repo:

$ git clone https://github.com/signavio/mix-me.git

Client

Install dependencies:

$ cd client
$ yarn

To start the project in development mode:

$ yarn start

Navigate to http://localhost:3000

Proxy requests to the local server

Add

"proxy": "http://localhost:8080"

to the client/package.json

Server

Install dependencies:

$ cd server && yarn

Run the server by passing PORT as env variable:

$ PORT=8080 yarn start

Connecting to Mongodb instance:

Create config.local.js file inside ./config folder with the following keys:

module.exports = {
  DB_HOST: 'xxx',
  DB_USER: 'xxx',
  DB_PASS: 'xxx',
}

About

Mix up and go to lunch with people from Signavio you might not know yet

License:MIT License


Languages

Language:JavaScript 89.9%Language:HTML 5.0%Language:CSS 2.4%Language:Shell 2.0%Language:Dockerfile 0.6%