docs(memory-bank): update context and tech stack after project analysis

The context file is updated to reflect the recent analysis of the `adventure-rental-app`, `kawruh-app`, `motel-app`, and `pakrete-app` repositories.

The tech stack documentation is corrected to specify Vite as the frontend build tool instead of Create React App.
This commit is contained in:
Emmanuel Rizky
2025-08-01 12:54:14 +07:00
parent f2f98c74f9
commit c845ea5827
2 changed files with 9 additions and 4 deletions

View File

@@ -1,14 +1,14 @@
# Tech: Webapp Rental Peralatan Camping
## Technologies Used
- **Frontend:** React.js (with Create React App)
- **Frontend:** React.js (with Vite)
- **Backend Orchestration:** n8n
- **Database:** PostgreSQL
- **Payment Gateway Integration:** Local payment providers (e.g., Midtrans, Xendit, Duitku)
- **Email Service Provider:** (To be determined, integrated via n8n)
## Development Setup
- **Frontend:** Node.js, npm/yarn, React development server (from CRA).
- **Frontend:** Node.js, npm/yarn, Vite development server.
- **Backend:** Docker for n8n, PostgreSQL database instance.
- **Version Control:** Git.