Skip to content

arunkumar-49/batting

This branch is up to date with iiitl/batting:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fdd73f0 · Mar 15, 2024

History

2 Commits
Mar 14, 2024
Mar 14, 2024
Mar 15, 2024

Repository files navigation

Batting

BET management platform using Next.js and Tailwind CSS . Integrated with Twilio’s SMS services.

Deployment

To deploy this project run

To run the frontend

  npm install 
  npm run dev

To run the backend

  npm install 
  npm start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file of backend

dburl="mongodb+srv://shivam:QvkgS1BU2tYCStMt@shivam.e6xu6uz.mongodb.net/betApp?retryWrites=true&w=majority"
TWILIO_ACCOUNT_SID="ACcffaf970dbdc77e7d2b49d9611f78d93"
TWILIO_AUTH_TOKEN="91f44647d92221acae6508cba924508a"
TWILIO_MESSAGING_SERVICE_ID="MGa06de2057ede4ce42dbb1ab037cc85c4"
TWILIO_ADMIN_NUMBER="+16562130651"
JWT_KEY="bets"

env for Frontend

VITE_REACT_APP_BACKEND_URL="http://localhost:5200"

Note

Login with phoneNo. +91 11111-11111 password= 123456

Contributing

Contributions are always welcome! Happy coding!

About

not betting :-)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • CSS 1.8%
  • HTML 0.6%