This is a public repo built by the Twenty team at Hack Reactor
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.
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.
$ NODE_ENV=(production|development) node server.js$ neo4j start
$ mocha test/controllers
$ mocha test/models- production server: 191.236.102.40 db: http://191.236.82.12:7474
- 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
- test
server: localhost
db: localhost:7474 (
neo4j startto run neo4j locally)