Skip to content

dicani0/game-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Manager

Game Manager is an application designed to manage in-game markets and guilds. It's built with Laravel, Vue, and Inertia.js.

Table of Contents

Installation

Prerequisites

Setup

  1. Clone the repository:
git clone https://github.com/dicani0/game-manager
cd game-manager

Install the dependencies:

composer install
npm install

Copy the example environment file and generate an application key:

cp .env.example .env
php artisan key:generate

Start the containers:

make start

Enter the shell of the application container:

make bash

Run the migrations:

php artisan migrate:fresh --seed

Start the application:

npm run dev

Start the queue:

php artisan queue:work

Running the tests

To run the tests use the following command:

php artisan test

API

To be added

Authors

Dicanio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published