Databases with Vibe Coding

Create a simple game rating application database using a VIDE coding tool

replit

  • Go to replit.com
  • Cerate an account with your school email address
  • Verify your account
  • Create an app with the following prompt
    Create a game rating website with a PostgreSQL database

Identify Coding and Database structures

  • Using the Database functions in replit, view the tables/entities in your database.
  • Use the SELECT * From tablename SQL query to view the data.
  • Using the app, delete the ratings and the games in the database
    – If you app does not have this functionality, ask the AI to create it
  • Add the games/apps form the students in this class
  • Use the image URL if you have that functionality
  • Add ratings for each of the games