Skip to content
Snippets Groups Projects
Select Git revision
  • 29f63d2d9d4e6e999621a8e8800e4b3a52332a30
  • master default
  • dockerization
  • staging
  • backup-before-cleaning-repo
  • dockerfiles-pour-maelle
6 results

ClassementIndividuel.js

Blame
  • Forked from an inaccessible project.
    README.md 491 B
    1. Run the server-side FastAPI app in one terminal window:

      $ cd backend
      $ python3.9 -m venv env
      $ source env/bin/activate
      (env)$ pip install -r requirements.txt
      (env)$ python main.py

      Navigate to http://localhost:8000

    2. Run the client-side React app in a different terminal window:

      $ cd frontend
      $ npm install
      $ npm run start

      Navigate to http://localhost:3000