Skip to content

PeDro0210/The-FGC-Recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Development Setup

Follow these instructions to set up the local development environment for your project. You'll need two terminals open, one for the backend and one for the frontend.

Setting Up the Backend

  1. Open the first terminal.
  2. Create the .env file in both folders and put the credentiasl
  3. Change directory to the backend folder:
    cd backend
  4. Start the backend server with Cargo:
    cargo run

Setting Up the Frontend

  1. Open the second terminal.
  2. Change directory to the frontend folder:
    cd frontend
  3. Install the necessary node modules:
    npm i
  4. Start the frontend application:
    npm start

Both the backend and frontend should now be running. Access the frontend via the browser at the specified local address.

###NOTE: see all branches to see the contributions

###NOTE: Some images are wrong, but that's because the way they were fetched

About

A webapp for FGs recommendations with characters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published