Skip to content

Darahaas2001/number-game-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number Game Backend - Node.js

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.

Prerequisites

Before you get started, make sure you have the following prerequisites installed on your system:

  • Node.js (version 14 or higher)
  • Yarn (for Node.js dependencies)

Getting Started

  1. Clone this repository to your local machine:

    git clone https://github.com/Darahaas2001/number-game-backend.git
  2. Navigate to the project directory:

    cd number-game-backend
  3. Install Node.js dependencies using Yarn:

    yarn install
  4. Start the application using the following command:

    yarn start
  5. The WebSocket server (Socket.IO) will listen on port 8000. You can access it at http://localhost:8000 or integrate it with the frontend.

Frontend Code

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.

Troubleshooting

If you encounter any issues or have questions, please refer to the project's issue tracker on GitHub for support or to report problems.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors