A technical test project built to demonstrate an application utilizing various technologies.
- Backend: Express
- Frontend: React, TailwindCSS, ShadCN UI
- Database: MongoDB
- ORM: Prisma ORM
- Email Service: Resend
- Node.js: v20 or higher
- pnpm: v9 or higher
- MongoDB: v4 or higher
Follow these steps to set up and run the project locally.
git clone <repository-url>
cd lnk-technicalcp .env.example .envFill in the values in the .env file. Make sure to register for Resend to enable email sending functionality.
pnpm ipnpx prisma db pushpnpx prisma generatepnpm run devThe application should now be running on http://localhost:3000 (or the specified port in your configuration).
Feel free to report issues or suggest improvements to the repository. Happy coding!