Team Express 1 - Course project for TA's 'Web apps with Node.js' course
Movie app, users can browse through movies, rate and comment them, and also add them in a personalized collection.
Clone the repository and run
npm install
or
yarn
RUN
gulp get-movies
OR
gulp get-movies-quick
TO FILL THE DB WITH MOVIES
SECOND ONE IS ALMOST INSTANT, FIRST TAKES SOME TIME
Run
gulp test
Run
npm start OR npm run dev-server
- Ivan Shtarbanov - Initial work