Skip to content

cmagarap/django-digiwiz

Repository files navigation

Digiwiz: An Open-source Learning Platform

The system’s goal is to provide free courses and class resources to students who are willing to learn. DigiWiz Homepage

Built with

Instructions

  1. Install Python (v.3.6.8 is recommended).
  2. Clone or download this repository.
  3. Using a command prompt/terminal, go the project folder: /digiwiz/
  4. Install the dependencies: pip install -r requirements.txt
  5. Run the server: python manage.py runserver [port number, default=8000]
  6. Using a web browser, go to http://127.0.0.1:[port]/
To apply changes in the database:

python manage.py makemigrations

python manage.py migrate

Authors

  • Chris John Agarap - Lead Developer
  • Rex Christian Baldonado - Front-end Developer
  • Jeane Cabahug - QA Tester
  • Beatrizce Anne Danao - Documentation
  • Shayne Hazel Palafox - Assistant Lead & Front-end Developer