RIT-Software-Engineering / RIT-Software-Engineering/RIT-SE-Senior-Project

DB Table Creation Bug

Open
#492 2 comments 0 reactions 0 assignees View on GitHub

@arw3734 is already working on this.

Since Sep 15, 2026.

  • #493 by @arw3734 — open
bug
Dominant language
JavaScript
Stars
10
Forks
4
PR merge metrics
No merged PRs in 30d

Description

Describe the bug
An error will occur on some systems when attempting to run the server due to DB table creation not being asynchronous.

To Reproduce
Steps to reproduce the behavior:

  1. Type 'npm run server' in a console in the root of the project
  2. Observe error in the console

Screenshots

Image Image

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: Opera GX
  • Version: v1.9.1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Run npm run server from the project root on a Windows 10 environment and inspect the server startup path responsible for database table creation. Confirm the failure and trace the table-creation timing; done means the server starts without the reported error and the tables are created successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
backend, databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.