Skip to content

Assignment for Software Development Project (Diploma Semester 5)

Notifications You must be signed in to change notification settings

TeoJJss/game-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gamified E-Learning System for Undergraduate Student (SDP Group 3)

Getting Started

Step 1: Launch in WampServer

  1. Clone this repository to your wamp64/www/ folder.
  2. Launch WampServer.
  3. Import SQL file into PHPMyAdmin. The SQL file is stored in sql/ folder.

Step 2: Launch Python Server

  1. Type cd api in terminal/CMD.
  2. For the first time, type following commands to install libraries:
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
  1. Type flask run command to launch python server.
    * Make sure venv is activated !

Step 3: Launch website

1. In your browser, type 'localhost/your-folder-name'.

Login

Below is the table of email and password of existing users (admin & educator). You may register student account by yourself.
Email Password
[email protected] admin123
[email protected] educator123

Credits

- Teo Jun Jia
- Siew Sheng Yao
- Sin Boon Leon
- Chong Kah Jun
- Yong Lee Wai