cmagarap / django-digiwiz

DigiWiz: An Open-source Learning Platform

Home Page:http://digiwiz.pythonanywhere.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

DigiWiz: An Open-source Learning Platform

http://digiwiz.pythonanywhere.com

License:MIT License


Languages

Language:Python 100.0%