- This project helps you to use the template created by community.
- It is the practice project to learn typeorm, typescript, tailwindcss with my existing knowledge of node, express, react, react-query, etc.
- I used shadcn/ui components for the UI.
- I used react for frontend and node, express for backend with typescript.
- I used postgresql as database and typeorm as ORM.
- I used react-query for asynchronous state management.
- I used tailwindcss for styling.
- Server is deployed on Render.
- Used PostgreSQL database provider as Render.
- Frontend is deployed on vercel.
env.example - Example of .env file for backend and frontend
# Clone the repository
git clone
# Fill the .env file with your own credentials
# Install dependencies from both frontend and backend directories
npm install
# Start the backend server from backend directory
npm start
# Start the frontend server from frontend directory
npm run dev