Term project for web development class.
An image hosting social media website where one can register, post pictures, and comment.
- Navigate to source folder (in the repo, 'cd application')
- run 'npm install' to get all required dependencies
Please see the config directory README for more information on the database details assumed by the app
- Navigate to source folder (in the repo, 'cd application')
- run 'npm run init'
- Navigate to application source (in the repository, 'cd application') through the command line
- Run the command 'npm start'
- Navigate to the project url (http://localhost:3000/)