Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 764 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 764 Bytes

CSC 317 Term Project

Term project for web development class.

An image hosting social media website where one can register, post pictures, and comment.

Build/Run Instructions

Build Instructions

To get dependencies

  1. Navigate to source folder (in the repo, 'cd application')
  2. run 'npm install' to get all required dependencies

To populate database

Please see the config directory README for more information on the database details assumed by the app

  1. Navigate to source folder (in the repo, 'cd application')
  2. run 'npm run init'

Run Instructions

  1. Navigate to application source (in the repository, 'cd application') through the command line
  2. Run the command 'npm start'
  3. Navigate to the project url (http://localhost:3000/)