Skip to content

This is an EARLY DEVELOPMENT full-stack casino web application where users can register, log in, manage their profiles, and play a slot machine game. The application is built with a React frontend and a Node.js/Express backend, providing a seamless experience for users to enjoy a virtual casino environment.

Notifications You must be signed in to change notification settings

greenpainog/casino-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Prerequisites

Make sure you have the following installed on your system:

Node.js: Ensure you have Node.js installed. You can download it from here. npm: npm is the package manager for Node.js and is installed automatically with Node.js. Git: You'll need Git for version control. Download it from here.

Installation

Clone the repository:

bash Copy code git clone https://github.com/your-username/casino-application.git Navigate to the project directory:

bash
Copy code cd casino-application

Install the backend dependencies:

bash Copy code cd backend npm install

Install the frontend dependencies:

bash Copy code cd ../frontend npm install Running the Application

Start the backend server:

bash Copy code cd backend npm start This will start the backend server on http://localhost:8080.

Start the frontend application:

bash Copy code cd ../frontend npm start This will start the frontend React application on http://localhost:3000.

Usage

  • Register a New User: Navigate to the registration page and create a new account.
  • Login: Use your credentials to log in.
  • Manage Profile: Access and update your user profile.
  • Play Slot Machine: Go to the slot machine page from your profile and start playing!

About

This is an EARLY DEVELOPMENT full-stack casino web application where users can register, log in, manage their profiles, and play a slot machine game. The application is built with a React frontend and a Node.js/Express backend, providing a seamless experience for users to enjoy a virtual casino environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published