mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 08:46:34 +00:00
Update .gitignore to include .env and .DS_Store files
Add .cursor autodevelopment system
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
description: "Defines required technology choices: Postgres DB, .NET/Python/Rust backend, React/Tailwind frontend, OpenAPI for APIs"
|
||||
alwaysApply: true
|
||||
---
|
||||
# Tech Stack
|
||||
- Prefer Postgres database, but ask user
|
||||
- Depending on task, for backend prefer .Net or Python. Rust for performance-critical things.
|
||||
- For the frontend, use React with Tailwind css (or even plain css, if it is a simple project)
|
||||
- document api with OpenAPI
|
||||
Reference in New Issue
Block a user