About Application | Technologies | How to run | Project Status | License
Scrim Games is a web application designed for recording and organizing gaming sessions. Its primary purpose is educational, providing a practical tool for game session documentation. The application interacts with a PHP-based REST API, leveraging the Laravel framework, to facilitate user authentication and access to game-related features.
In the development of Scrim Games, we harnessed the cutting-edge libraries that both React and Laravel have to offer. This ensures a modern user experience and robust functionalities, enhancing the interaction and management of recorded gaming sessions.
A finalized version can be accessed at https://scrim-games.vercel.app/.
First, start by cloning the repository:
git clone https://github.com/shunny2/scrim-games
Install project dependencies:
npm install
In the project directory, you can run:
npm start
If you are using docker you should build an image:
docker build -t scrim_games .
Running the container along with the image:
docker run -d --restart=always -p 3000:3000 scrim_games
Enter the container:
docker exec -it container_id /bin/bash
Install project dependencies:
npm install
Run the project:
npm start
Status: Completed.
This project is under an MIT license.
Created by Alexander Davis.