- Landing page -new images for the slider thingy
- Profile -edit profiles, public view(reqest connection, send message), image uploading
- Message -load initial page from DB, send message, send new message.
- Ensure font and color scheme is consistent across all pages
- Clone repo(which ever method you prefer)
- open command prompt/terminal and change directory to the project folder
- Install npm modules:
npm install - install bower through npm :
npm install -g bower - Install bower dependencies
bower install - Start up the server:
node server.js - View in browser at http://localhost:8080
for those that are going to work on backend/want to mess around back end for learning purpose. you might want to install nodemon, running server using nodemon will auto restart server whenever it detects changes. dont need to manaully kill server and restart everytime. npm install nodemon -g instead of using node server.js to start server. use nodemon server.js
- File -> import project -> git -> project from git repo -> clone uri
- enter the 'https://github.com/aishwaryaborkar/cmpe133fall16.git' as uri
- enter in github login
- choose master branch
- import project as a general project
- fill in directory and other info and finish.
if you have this set up, whenever you change the file you can use the ide to do the commit and push right click on project -> team -> commit and fill in the forms as needed.