jasielrt95 / Proferank

Página web donde se pueden ver y calificar a los profesores en función de los cursos que imparten, así como también compartir confesiones.

Home Page:https://www.proferank.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

  • Proferank is a project where students from different universities in Puerto Rico can rate their professors based on the courses they teach. Additionally, it provides a platform for making anonymous confessions about anything!

Technology

  • Django 4.11
  • Tailwinds CSS

How to run the project

  • Create a virtual environment ( I use Pipenv )
  • Install the dependencies (You can use the requirements.txt or the Pipfile)
  • Activate the virtual environment
  • Run the following commands:
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py tailwind install
$ python manage.py tailwind build
$ python manage.py runserver

Suggestions

About

Página web donde se pueden ver y calificar a los profesores en función de los cursos que imparten, así como también compartir confesiones.

https://www.proferank.com/

License:MIT License


Languages

Language:HTML 48.2%Language:Python 40.2%Language:JavaScript 11.5%Language:CSS 0.0%