Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 910 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 910 Bytes

Small MVP of giveaways service

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.

example

Getting started

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

Requirements