/demo

Primary LanguageJavaScript

12in12.tw Project

A Basic CMS for Taipei Beginner Programmers Meetup Group

Run App

  1. Install MongoDB in local machine

    https://docs.mongodb.com/manual/installation/

  2. Start MongoDB service

    Issue the following command at the system shell: mongod

  3. Inside project directory run node index.js

  4. Open browser, navigate to 127.0.0.1:3000

Run Test

  1. Run npm run test