Resume App for VandyHacks
- Jade for templating
- Bootstrap for styling
- Node.js/Express for routing
- Heroku for deploying
- MongoDB for database
- Amazon Web Services as CDN
- clone the repo
git clone [email protected]:emmy917917/resume-app.git
- go into resume-app directory
cd resume-app
- run
npm install
to install dependencies - run either
node app.js
ornpm start
to run app locally - go to localhost:3000
- Daniel Zheng - https://github.com/dan-zheng
- Emmy Zhang - https://github.com/emmy917917