Skip to content

Scrim Games is a web-based application designed for game registration and listing.

License

Notifications You must be signed in to change notification settings

shunny2/scrim-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Application    |    Technologies    |    How to run    |    Project Status    |    License


scrim-gif

Stars Forks License

About Application

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/.

Technologies

React logo image. Docker logo image.

How to run

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

Project Status

Status: Completed.

License

This project is under an MIT license.


Created by Alexander Davis.

About

Scrim Games is a web-based application designed for game registration and listing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published