At the crossroads between MeetUp and Tinder, CoVent is a web application that connects people through events. Depending on your location, you can match with people based on their daily activities or on their interest in joining a specific event. CoVent offers a matching system and a chat room where you can discuss with your matches.
- Clone repo:
git clone https://github.com/lucaserly/CoVent.git
- Install all required dependencies:
npm install
- Run server:
node server/index.js
- Run app:
cd client && npm start