42 lines
747 B
ReStructuredText
42 lines
747 B
ReStructuredText
###################################
|
|
Documentation the movie API project
|
|
###################################
|
|
|
|
********
|
|
Context
|
|
********
|
|
|
|
We want to code a sample api to so show workskills
|
|
|
|
========
|
|
Stack
|
|
========
|
|
|
|
# Fraweworks
|
|
I choose to use `FastAPI <https://fastapi.tiangolo.com/>`
|
|
|
|
Environement / Install
|
|
----------------------
|
|
|
|
We assume make is installed
|
|
|
|
|
|
if pipenv is installed:
|
|
|
|
.. code-block:: shell
|
|
|
|
make clean install run_dev
|
|
|
|
|
|
|
|
if pipenv is *not* installed
|
|
|
|
.. code-block:: shell
|
|
|
|
make -f MakefileVenv clean install run_dev
|
|
|
|
|
|
|
|
I suggest you have pipenv installed, this projet is writtent under python 3.12 and may work on other versiona
|
|
We have a requirement of being virtualenv compatible while i will working with Pipenv.
|