Skip to content
Snippets Groups Projects
Select Git revision
  • 8b2a35ea8a08553e43d0a8dc568a22d25f69e699
  • master default
  • autorisation_visit
  • signup_mydata
  • format_editData
  • dev
  • authorize-valid-profile
  • feli90-patch-2
  • feli90-patch-1
  • context_sheet
  • testNewForm
  • FeliLocalTest1
  • ios-account-fix
  • change-form-link
  • dev_pages_projet
  • remise_sorties
  • release/first-users
17 results

angular.json

Blame
  • 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