Home - TheJosephChen/Chen-Joseph-webdev GitHub Wiki
About
This project is owned by Joseph Chen and serves as the project root directory for my undergraduate Capstone course CS4550.
I have working experience in using javascript to add and modify functionality for a Windows Application. I do not have experience building a javascript project from scratch and so am looking to this course to give me the experience of doing so.
Links to progress
Hosted environment on Heroku https://chen-joseph-webdev.herokuapp.com/
Project Home Page https://chen-joseph-webdev.herokuapp.com/project/index.html
Project Assignment Page https://chen-joseph-webdev.herokuapp.com/assignment/
How to Deploy Locally
- git clone https://github.com/TheJosephChen/Chen-Joseph-webdev
- cd Chen-Joseph-webdev
- npm install
- mongod
- node server.js
- browse to localhost:3000