Skip to content

Skruf90/popcorn-time-express-angular-mongodb-grunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Popcorn Time: Express AngularJS and MongoDB

A simple work in progress project to test how to build a fullstack web application in JavaScript using Express, AngulaJS, MongoDB and Grunt.

How to run

From the folder where the project has been cloned first install all the needed packages locally running

npm install

or globally

npm -g install

then start the server running

grunt serve

Connect via a browser to

http://localhost:9001

ToDos

  • finish crud operations
  • integrate Morgan to log
  • implement controller tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published