/coworking

Primary LanguageJavaScript

Coworking Co-Op

This project (for now) is my starter project on the MEAN stack.

Installation instructions

  1. Before you start, make sure you have MongoDB installed.

  2. Clone this repository, then do the following:

$ cd coworking
$ npm install
  1. Start up the database:
$ mongod --dbpath data
  1. Start your application server:
$ npm start

Go to your site at http://localhost:3000/