This tutorial will guide you from installing and running project details.
- Home for downloading: MySQL
- References: Tutorial for installation
- Create new database with name "nft_generator".
- Step 1: Get file for importing database at PM.
- Step 2: Execute it at MySQL Workbench.
- Step 1: Go to backend folder, create .env file with name ".env".
- Step 2: Copy and paste the environment variables from .env.example file to .env file.
- Step 3: Fill values for the environment variables in .env file.
- Note: You should contact to team member to get .env file and edit it.
- At backend folder, go to terminal and execute command
npm install
.
- At backend folder, go to terminal and execute command
npm start
to run.