Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 458 Bytes

File metadata and controls

16 lines (10 loc) · 458 Bytes

DB-Project

This project implements core concepts of relational database design to create a good DB schema and use optimized SQL queries

Installations required:

WAMP for Windows/ MAMP for Mac

  • Includes php, mysql for backend and html, css for frontend

Step 1: Create DB tables

Execute All_Relations.sql on MYSQL prompt

Step 2: Create html (embedded in php) pages for Instructor, Student and Admin

execute on localhost 8080