Welcome to the Number Game Backend, a Node.js application designed to power the backend of the Number Game web application. This README provides instructions on how to set up and run the project effectively.
Before you get started, make sure you have the following prerequisites installed on your system:
-
Clone this repository to your local machine:
git clone https://github.com/Darahaas2001/number-game-backend.git
-
Navigate to the project directory:
cd number-game-backend -
Install Node.js dependencies using Yarn:
yarn install
-
Start the application using the following command:
yarn start
-
The WebSocket server (Socket.IO) will listen on port 8000. You can access it at
http://localhost:8000or integrate it with the frontend.
The frontend code for the Number Game web application is available at Number Game Frontend Repository. Be sure to clone the frontend code and follow its instructions to set up the complete Number Game application.
If you encounter any issues or have questions, please refer to the project's issue tracker on GitHub for support or to report problems.