Skip to content

hr-twenty/twenty-server

Repository files navigation

Twenty

Intro

This is a public repo built by the Twenty team at Hack Reactor

Twenty

Twenty is a mobile app that allows you to quickly and easily connect with professionals in your area. Whether it's to connect with other developers to discuss pointers on the newest libraries, to find VCs to invest in your latest venture, or simply to make the most out of your layover at SFO, Twenty is the app for converting your virtual networks into physical ones.

Log in with LinkedIn to get started. You'll see a stack of potential connections and simply swipe right to connect or swipe left to move on to the next one. If both people swipe right, you'll get a notification and can immediately start chatting using our in-app messenger.

Technical

Twenty uses the following technologies:

  • Angular/Ionic
  • Node
  • Express
  • Neo4j

This repo contains all code for both the Node/Express server and for the Neo4j database.

Running

$ NODE_ENV=(production|development) node server.js

Testing

$ neo4j start
$ mocha test/controllers
$ mocha test/models

Environments

  1. production server: 191.236.102.40 db: http://191.236.82.12:7474
  2. development --> localhost (will resolve to your computer's ip) server: localhost (express will inform your computer's ip so that others can connect to your server) db: http://twenty:32sWAeLkd1sBjy9yeB0v@twenty.sb01.stations.graphenedb.com:24789
  3. test server: localhost db: localhost:7474 (neo4j start to run neo4j locally)

About

Twenty - Server and DB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •