- Vite React Typescript
- Redux - For state management
- React-Router-Dom - Routing
- Tailwindcss - For styling
- Express (Nodejs)
- Postgres - Database
- Typescript
- JWT - Authentication
npx dlsiem-gear-second <my-app>
cd my-app
cd client
npm install
npm run dev
PORT = 5000
DB_USERNAME = "your_db_username"
DB_PASSWORD = "your_db_password"
DB_NAME = "your_db_name"
DB_HOST = "localhost"
DB_PORT = 5432
JWT_SECRET = "your_secret"
cd server
npm install
npm run dev