💻 Tech Stack
- ⚛️ Frontend: Vite + React + TypeScript
- 🛠️ Backend: Express.js + TypeScript
- 🗄️ Database: MongoDB
- 🎨 UI: Tailwind CSS + ShadCN
📦 Installation
Install all dependencies:
yarn install
🔑 Environment Variables
- Copy the
.env.examplefile to a new file called.envin both the client and server directories. - Replace all dummy values with your actual credentials.
⚠️ Make sure to set these variables before starting the server.
🚀 Running the Development Server
Start the app:
yarn dev
The frontend and backend should now be running locally, ready for development.
