Group members: Abel Shin, Caitlin Wang
This is a repository for our final web development project in CS 4550. We will update this README and the Wiki with our progress throughout the semester.
People want a positive dining experience. And a positive dining experience is both personal and situational. They want to know where they can find an "affordable hot pot restaurant for a large party", the "most authentic taco place in downtown San Diego", or a "bar with good music and a pool table".
Zelp is a social restaurant recommendation platform where users can ask for and give restaurant recommendations! 🍣
- Open the Heroku app
- Create an account under "Register" in the navigation bar
- Log in to your new account
- Once you are signed in, you can:
- Create a new post requesting a restaurant recommendation
- Reply to a post by recommending a restaurant to another user
- Update your profile
- Search through all posts
- Clone this repo
- Run Node.js server:
cd zelp-nodejs
(from root directory)npm install
node server.js
- Run Angular app
cd zelp-angular
(from root directory)npm install
npm start
- Open
http://localhost:4200
in your browser
Updated on June 16, 2018