Skip to content

jinysong/16-08-Movie-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Run Project

  1. Make sure you have NodeJS installed

  2. Navigate to root directory (i.e the project folder) in terminal or any unix shell. [ used cd for change directory, and ls to show directory contents]

  3. Make sure sequelize command line interface is installed with unix command: npm install -g sequelize-cli

  4. Install all project dependencies by running the command: npm install

  5. Change directory into api folder and run the command: sequelize db:migrate

  6. Start server by running node server.js

    or from root directory

    node api/server.js

  7. Load data by going to the following url in browser

    http://localhost:8080/api/init

  8. Load project by going to: http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published