The French Gaming Family site is accessible via the link https://french-gaming-family.com
-
Clone the repo.
-
Install the tools to be able to operate it:
-Nodejs : https://nodejs.org/en/
-MySQL : https://dev.mysql.com/downloads/mysql/ -
In the
backend
folder: install dependencies:npm install
. -
In the folder
\_\_frontend
: install the dependencies:npm install
. -
Edit configuration files.
-
Create the database with the template files in the
database
folder. -
Launch the backend of the site with the command
node server.js
in the backend folder. -
Start the frontend of the site with the command
node app.js
in the __frontend folder.
Following these operations, if the site is functioning correctly, it can be accessed at the address: http://127.0.0.1:8081 where http://localhost: 8081
If you want to contribute to the project, report bugs or suggest improvements you should read the contribution file
This project has an MIT license .