Skip to content

CS 380 Project - Reviews for on campus dining options

Notifications You must be signed in to change notification settings

anglissr/reviewapp

Repository files navigation

CWU Dining Review App

A small review app built with Django that allows users to read and write reviews of all on-campus dining locations at CWU.

Table of Contents

Installation

To get started with the CWU Dining Review App, follow these steps:

  1. Clone the repository

    git clone https://github.com/anglissr/reviewapp.git

  2. Install the required packages

    pip install -r requirements.txt

  3. Run the server and navigate to http://localhost:8000/

    python manage.py runserver

Usage

The CWU Dining Review App allows users to read and write reviews of all on-campus dining locations at CWU. To use the app, follow these steps:

  1. Browse to the home page of the app

  2. Browse the Restaurants Tab or search to find a specific restaurant

  3. Select a restaurant from the list

  4. Submit your review (Sign up if you want it to be saved)

  5. Browse reviews from other users on the same page and see the rating

Screenshots

Here are some example screenshots from the CWU Dining Review App:

Home Page Screenshot 1

Restaurant List Screenshot 2

Review Posting Screenshot 2

About

CS 380 Project - Reviews for on campus dining options

Resources

Stars

Watchers

Forks