/quizify-backend

The Express based backend code for the quizify site. API and DB access.

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

quizify-backend

The Express based backend code for the quizify site. API and DB access.

Click on this link to go to the parent repo for the entire project

Pre-requisites

  1. NodeJS
  2. NPM
  3. Web Browser

Resources

  1. ER Diagram
  2. ChatGPT describing the DataBase schema

How to run it locally

  1. Install node dependencies

    npm install
  2. Run the server manually

    node index.js

Collaborators

Due to the nature of this project (individual project to present as the final project to receive this BCA degree), I believe that contributions will go against the morality. Do provide insights and suggestions, if any.

License

GNU General Public License v2.0