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
- Clone the repo and go to the folder
git clone https://github.com/JiaqiWang18/courses-reviews.git
- Build containers
docker-compose -f docker-compose-dev.yml build
- Start containers
docker-compose -f docker-compose-dev.yml up