An online gambling website project for college using crypto as it's transaction method
If you want to check the final result of the Project, you can follow this Steps
Step1 : git clone https://github.com/Ryana-X-x/BetzMania.git (repo URL) Step2 : cd Betzmania Step3 : npm install [npm i next and neccessary packages and if any kind of error occured due to conflicting versions of react so used this cmd: npm install next --legacy-peer-deps ] Step4 : Create .env.local file in the root directory Here's Example: MONGODB_URI=your_mongodb_url JWT_SECRET=your_jwt_secret_key Step5 : npm run dev