Skip to content

Simple todo application to demonstrate MEAN stack.

Notifications You must be signed in to change notification settings

tlherr/COMP2068-PLAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP 2068 PLAR

Simple task application to provide basic CRUD functionality in the MEAN stack. This project was generated with the Angular Full-Stack Generator version 4.0.4.

Getting Started

git clone https://github.com/tlherr/COMP2068-PLAR.git cd COMP2068-PLAR npm install gulp-serve Application will run on localhost:3000. Mongodb process will be required before running gulp-serve.

Prerequisites

Developing

  1. Run npm install to install server dependencies.

  2. Run mongod in a separate shell to keep an instance of the MongoDB Daemon running

  3. Run gulp serve to start the development server. It should automatically open the client in your browser when ready.

Build & development

Run gulp build for building and gulp serve for preview.

Testing

Running npm test will run the unit tests with karma.

About

Simple todo application to demonstrate MEAN stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published