Skip to content

The website of the company "French Gaming Family". Forum | Member Area | Admin dashboard | Articles | Album | Private messages

License

Notifications You must be signed in to change notification settings

Smaug6739/FGF-site

Repository files navigation

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 .