Rempah Rasa adalah platform blog tentang makanan dan resep andalan, dibangun dengan MERN Stack:
MongoDB, ExpressJS, React, dan NodeJS.
apps/
├── api # Backend ReST API (Express + MongoDB)
└── web # Frontend (React + Vite)
- Backend: ExpressJS, MongoDB, JWT Authentication
- Frontend: React, Vite, TypeScript, Tailwind CSS
- Monorepo Tools: Yarn Workspaces
- Lainnya: SWC untuk optimasi build, ESLint, Prettier
- Clone repository ini:
git clone https://github.com/username/rempah_rasa.git
cd rempah_rasa- Install dependencies untuk seluruh workspace:
yarn install- Jalankan Web Frontend:
yarn workspace web dev- Jalankan Backend API:
yarn workspace api dev- Notifikasi admin dari pengguna.
- Penghitung views pada resep.
- Refactoring struktur backend dan frontend.
- Konfigurasi
.envuntuk keamanan.
Kontribusi terbuka untuk siapa saja.
- Fork, buat branch (
git checkout -b fitur-baru), - Commit, lalu ajukan pull request.
Proyek ini dilisensikan di bawah Apache 2.0 License.
💡 Rempah Rasa — tempat berbagi resep favorit dengan sentuhan teknologi modern!