- This application allows event coordinators to be connected with event sponsors and vice versa.
- It is a simple platform that allows the two parties to connect and find each other much easier.
- Some instructions go here
- Some more instructions go here
- sub instructions
- Mongo DB
- Node
- Start Mongo DB server if it is not started yet.
mongod - Clone Repo
git clone - Install all node modules dependencies
npm -i - Start Express server
npm start - The browser should automatically open localhost:3000
nothing here yet