A webapp for friends + classmates to add where they are working for coop
git clone [email protected]:rabeea-ahmad/jobmap.git
cd jobmap
npm install
mongod
node server.js
Go to localhost:3000
Profit
Make sure you have MongoDB installed on your computer and create a jobmap
db with a users
collection
Fix UI (get rid of bootstrap)