Skip to content

Releases: ctlnwng/zelp

PROJECT IMPLEMENTATION

25 Jun 03:17
Compare
Choose a tag to compare
v0.4.0

error fixed

PROJECT - POC/Prototype

17 Jun 04:34
Compare
Choose a tag to compare

Release Details:

Prototype requirements:

Yelp API Integration

  • Implemented restaurant-searching using Yelp's restaurant database for when a user wants to recommend a restaurant to another user.

Search functionality

  • Implemented search bar to search through all existing posts in our mongoDB database. The results are displayed in a list with the post's title and author. Clicking the post title will redirect to the full post page, which also displays the post's description and list of responses.

Live Demo:

  1. Open the Heroku app
  2. Create an account under "Register" in the navigation bar
  3. Log in to your new account
  4. Once you are signed in, you can:
    1. Create a new post requesting a restaurant recommendation
    2. Reply to a post by recommending a restaurant to another user
    3. Update your profile
    4. Search through all posts

Run Locally:

  1. Clone this repo
  2. Run Node.js server:
    1. cd zelp-nodejs (from root directory)
    2. npm install
    3. node server.js
  3. Run Angular app
    1. cd zelp-angular (from root directory)
    2. npm install
    3. npm start
  4. Open http://localhost:4200 in your browser

PROJECT - POC/Prototype

16 Jun 03:58
Compare
Choose a tag to compare
Pre-release

Note to grader: Please see the latest release

(It was completed before the Sunday night deadline)

Release Details:

Prototype requirements:

Yelp API Integration

  • Implemented restaurant-searching using Yelp's restaurant database for when a user wants to recommend a restaurant to another user.

Search functionality

  • Implemented search bar to search through all existing posts in our mongoDB database. The results are displayed in a list with the post's title and author. Clicking the post title will redirect to the full post page, which also displays the post's description and list of responses.

Live Demo:

  1. Open the Heroku app
  2. Create an account under "Register" in the navigation bar
  3. Log in to your new account
  4. Once you are signed in, you can:
    1. Create a new post requesting a restaurant recommendation
    2. Reply to a post by recommending a restaurant to another user
    3. Update your profile
    4. Search through all posts

Run Locally:

  1. Clone this repo
  2. Run Node.js server:
    1. cd zelp-nodejs (from root directory)
    2. npm install
    3. node server.js
  3. Run Angular app
    1. cd zelp-angular (from root directory)
    2. npm install
    3. npm start
  4. Open http://localhost:4200 in your browser

PROJECT - Design

31 May 22:30
Compare
Choose a tag to compare
PROJECT - Design Pre-release
Pre-release

This release includes:

  • New Design folder with UML diagram and sequence diagram.
  • "Design" Wiki page with a brief explanation about the topic we chose along with a UML class diagram and sequence diagram

PROJECT - Research

18 May 03:10
2ffb7ca
Compare
Choose a tag to compare
PROJECT - Research Pre-release
Pre-release

This release includes:

  • Initial repository and README for our final project
  • "Home" Wiki page with team member introductions
  • "Research" Wiki page describing three of our project ideas