Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.88 KB

README.md

File metadata and controls

60 lines (47 loc) · 1.88 KB

About The Project

App Screenshot This is a web application in which users can rate courses and leave comments. Features:

  • User registration and authentication
  • Browse a list of courses and view ratings of them
  • Use filtering and search bar to find courses
  • Fill out a form to submit a rating

Arch Screenshot

Built With

Getting Started

Installation

  1. Clone the repo and go to the folder
    git clone https://github.com/JiaqiWang18/courses-reviews.git
  2. Build containers
    docker-compose -f docker-compose-dev.yml build
  3. Start containers
    docker-compose -f docker-compose-dev.yml up