Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.2 KB

FGF Site

The French Gaming Family site is accessible via the link https://french-gaming-family.com

All

How to install

  1. Clone the repo.

  2. Install the tools to be able to operate it:
    -Nodejs : https://nodejs.org/en/
    -MySQL : https://dev.mysql.com/downloads/mysql/

  3. In the backend folder: install dependencies: npm install.

  4. In the folder \_\_frontend: install the dependencies: npm install.

  5. Edit configuration files.

  6. Create the database with the template files in the database folder.

  7. Launch the backend of the site with the command node server.js in the backend folder.

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

Contribution

If you want to contribute to the project, report bugs or suggest improvements you should read the contribution file

Permissions

This project has an MIT license .