Skip to content

Latest commit

 

History

History
74 lines (53 loc) · 5.09 KB

README.md

File metadata and controls

74 lines (53 loc) · 5.09 KB

Exam System 💻️

Given a teacher registered in the system, they would be able to create and show exams which should have an access code, title, description and options. Moreover, once the exam is onto the platform, a student previously registered in the database can get into this exam given an access code and, then solve it answering the predefined options with weighted questions. Finally, once the exam is solved, the system provides a grade depending on the correct answers.

Build With 🛠️

Versioned 📌

For all the updates of the software, check the releases here.

Setting Up Local Database 💾

1️⃣ Download Postgres and create a new database

2️⃣ Configure the database.js with your local database data

3️⃣ Copy and build the database schema on db.sql

Local Deploy 📦

To run the web app you should follow these steps:

1️⃣ Clone or download the repository

2️⃣ Install all the project dependencies

npm install

4️⃣ Run the development server

npm run dev

Authors ✒️


forthebadge forthebadge