WinFusion is a small MVP of a service that allows users to create giveaways and participate in them. The service is built with Next.js and MongoDB. While the service is not production-ready, it is a good starting point for a more complex service.
To start the project install all dependencies in requrements section.
Add .env
or .env.local
file (.env.example
as an example)
Install npm packages and run the following command:
npm run dev