/Course-Scheduler

Group 3 Final Project Launch for SDEV 255

Primary LanguageJavaScript

SDEV-255-Final-Project-Launch-Group-3

Netlify Status
Group 3 Final Project Launch for SDEV 255

LIVE https://grand-scheduler-group-3.netlify.app

Completed CRUD Functionality
✅ Courses

In Progress CRUD Functionality
⏳ Teachers

How to run:

cd Courses
npm install
npm run dev

How to pull server codebase:

cd Server
git submodule update --init --recursive

Credentials

Login with these test credentials

Student

{
   username: "jsmith69",
   password: "12345",
   account: "student"
}

Teacher

{
    username: "bdole88",
    password: "f4nny",
    account: "teacher"
}