9 lines
371 B
Plaintext
9 lines
371 B
Plaintext
---
|
|
description: Specifies the technologies to be used for backend development, including Node.js, Express.js, MongoDB, and Mongoose.
|
|
globs: */backend/**/*.*
|
|
---
|
|
- Use Node.js with Express.js for the backend.
|
|
- Use MongoDB with Mongoose ODM for the database.
|
|
- Use JSON Web Tokens (JWT) for authentication.
|
|
- Consider Docker for deployment.
|
|
- Use Git for version control. |