gothinkster/node-express-realworld-example-app ? reverse-engineered prompt

Reverse engineered prompt

Build me the backend for a RealWorld style app using Node and Express, with Prisma for the database.

I want it to support the usual things a blogging app needs, like signing up and logging in, creating and editing articles, following users, favoriting posts, comments, and profile pages, all matching the RealWorld API rules. Make sure it uses a database connection from environment variables, a JWT secret for auth, and includes a way to generate the Prisma client, run migrations, and seed sample data.

Please also set it up so I can run it locally with a simple command, and so it is ready to deploy on a server after installing dependencies and applying migrations. If anything in the latest Prisma or Node docs has changed, look it up online and use the current best approach.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab