mvp-2003 / Quikz

Quiz app
GNU Affero General Public License v3.0
1 stars 1 forks source link

[Server Init] Initialise backend server #3

Open shubhansu-kr opened 2 days ago

shubhansu-kr commented 2 days ago

Initialize Express backend in /src/server

Tech Stack:

Description: This issue focuses on setting up the Express backend for our Quikz application. The backend will be initialized in the /src/server directory.

Tasks include:

  1. Navigate to the /src/server directory.
  2. Initialize a new Node.js project:
  3. Install Express as a dependency:
  4. Set up a basic Express server in a server.js or index.js file.
  5. Verify that the server starts successfully and responds to a test route (e.g., GET /).

This issue will establish the backend foundation for the application.


Acceptance Criteria:

This issue is subtask of #1

shubhansu-kr commented 1 day ago

Started working on it. Check feature branch here.