prathameshgaikwad / Innings

A cricket scorekeeping and tournament management app
https://innings.vercel.app
1 stars 7 forks source link

Innings #4

Closed MohitNITTIN closed 2 months ago

MohitNITTIN commented 2 months ago

I tired to run the innings project , but found various issue ....... Is your project is completed or Im facing the issue

prathameshgaikwad commented 2 months ago

To run the project, navigate into client folder, do npm install

and then navigate to the server folder, do npm install,

Environment variables are required for both the client & the server. Check out the .env.example files in the respective folders.

Also, redis is required for proper functioning of the server. I work on windows, so I use it out of Docker.

Finally, start the client and the server.

MohitNITTIN commented 2 months ago

To run the project, navigate into client folder, do npm install

and then navigate to the server folder, do npm install,

Environment variables are required for both the client & the server. Check out the .env.example files in the respective folders.

Also, redis is required for proper functioning of the server. I work on windows, so I use it out of Docker.

Finally, start the client and the server.

yess .... project has been initiated .... but after creating a tournament .. their is problem with creating team ..... Wait let me send you the error

prathameshgaikwad commented 2 months ago

The app is under development. You can create tournaments at the moment, but managing your tournament matches are not properly working yet.

MohitNITTIN commented 2 months ago

ohh okay bro ..... by the way nice architecture and code