Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 292 Bytes

File metadata and controls

19 lines (12 loc) · 292 Bytes

Project: Quiz API

To run this backend API, follow these steps:

  1. Make sure you are in the lws-quiz-api folder.

  2. Open your terminal in this directory.

  3. Install Node dependencies:

    npm install
  4. Start the development server:

    npm run dev