/Meetup

Meet up is a tool for meeting with other students to study.

Primary LanguageJavaScript

mongodb start with mongod command
Front end app, start first with npm start
backend app, start next with npm start
checking mongo dbs
	- run mongo
	- show dbs
	- use [dbname]
	- db.users.find() // returns all
	- lots of db. function() commands