Seansa96 / classic-db

0 stars 0 forks source link

Initialize database #1

Open Seansa96 opened 10 months ago

Seansa96 commented 10 months ago

Need to initialize the wow-classic-items db and set it up as an express route to be accessed at /api/.

  1. Initialize the database as described here: https://github.com/nexus-devs/wow-classic-items
  2. Create a route in the Express backend to handle requests
  3. Format the data in a JSON payload to be delivered to the frontend
  4. Ensure error handling for unexpected events
  5. Create tests :)
  6. Document the endpoint clearly
Seansa96 commented 10 months ago

Steps 1 through 3 have been completed.

Error handling is minimal and needs greater focus.

TDD nowhere to be seen =/