Semester 5 project submission around the theme of a "web based business model"
- Landing Page
- Login Page
- Registration Page
- Home Page
- Edit Account Details
- Create/Host Tournament
- Participate in a Tournament
- View Valorant Leaderboards
- Pricing Options
- GooglePay API integration in test mode
- Set-up the backend for this application from here
- Instructions to set-up the backend are provided in the repository.
git clone https://github.com/Parth-ops/Duel.Net.git
cd ./Duel.Net
- Install node dependencies
npm install
npm start
- The app is now running at http://localhost:3030/
- Download and install the latest version of MongoDB from here
- Make sure that MongoDB is running on
port 27017