ScotiabankCapstone2019

Install Nodejs And Strapi

  1. Install Nodejs on your computer
  2. Once node installed, open up Command Prompt on Windows or Terminal on Mac/Linux, and type "npm install strapi@beta -g"
  3. Install Mongodb

Start CMS

  1. Open a Terminal
  2. type "cd cms"
  3. type "strapi develop"

Default local port is 1337.

username: admin pass: admin123

This will run the Strapi CMS in dev mode

Start Website

  1. Open another Terminal
  2. type "cd website"
  3. type "npm start"

Default local port is 3000.

This will Start the Website