mrmallam / Rate_My_Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rate_My_Course

How to Run with Docker

Navigate to the root folder where the docker-compose.yml file is located.

Run the following commands:

  • docker-compose build
  • docker-compose up

Access the application at localhost.

To run the application without Docker:

  1. Open two terminals.
  2. In the first terminal, navigate to /Backend and run: python3 manage.py runserver.
  3. In the other terminal, navigate to /Frontend/rate_my_course/ run: npm start.

Admin Page

For the admin page, visit localhost:8000.

Credentials:

  • Username: admin
  • Password: admin

Note: From the admin page, you can manage users, reviews, add universities, add courses, and everything else.

About


Languages

Language:JavaScript 70.1%Language:Python 20.9%Language:CSS 7.6%Language:HTML 1.0%Language:Dockerfile 0.4%