Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 470 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 470 Bytes

Quizzio: Backend

Backend for the Exam Simulation project.

Installation

Install my-project with npm

  npm install
  npm run dev

Environment Variables

To run this project, you will need to set the following environment variables in a .env file in the root directory:

ACCESS_TOKEN_SECRET

UPLOADS_FOLDER_LOCAL

CLOUDINARY_CLOUD_NAME

CLOUDINARY_API_KEY

CLOUDINARY_API_SECRET

Authors