Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 803 Bytes

File metadata and controls

61 lines (39 loc) · 803 Bytes

Project Title

Team Express 1 - Course project for TA's 'Web apps with Node.js' course

Short info

Movie app, users can browse through movies, rate and comment them, and also add them in a personalized collection.

Installing

Clone the repository and run

npm install

or

yarn

FILLING THE DB WITH MOVIES

RUN

gulp get-movies

OR

gulp get-movies-quick

TO FILL THE DB WITH MOVIES

SECOND ONE IS ALMOST INSTANT, FIRST TAKES SOME TIME

Running the tests

Run

gulp test

Running the server

Run

npm start OR npm run dev-server

Built With

Authors

  • Ivan Shtarbanov - Initial work