Skip to content

mathieucorne/exercise-collaborators-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

16 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฉ Exercise: "Collaborators" API

๐Ÿ“• Documentation

โžก๏ธ See the complete technical documentation

โš™๏ธ Prerequisites

Before launching the project locally, you must have installed:

๐Ÿš€ Quickstart

The Python Virtual Environment

  1. Create a Python virtual env.
python -m venv ./

Optionnal : It is worth checking that pip, the Python dependency manager, is itself up to date.

python -m pip install --upgrade pip
  1. Activate this virtual env. newly created
  • on Windows
./Scripts/Activate.ps1
  • On Linux, MacOS
source ./Scripts/activate
  1. Install the Python dependencies
python -m pip install -r requirements.txt

Start a FastAPI Dev Server

fastapi dev app/main.py

About

Exercise: "Collaborators" API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages