Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 667 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 667 Bytes

Welcome to FantaF1, a Web Programming project. To install the project, you need to have installed:

  • NodeJS 18.0 or higher
  • npm 6.14.0 or higher
  • MySQL 8.0 or higher

To install and run the project, you need to run the following commands:

npm install && npm run build

This command will install all the dependencies and build the project, creating the build folder. It's also creating the database and the tables needed for the project.

In .env you can find the database configuration, you can change the configuration to match your database's one. The default configuration is:

HOST=localhost
USR=admin
PASSWORD=admin
DATABASE=ff1

Enjoy!