Skip to content

BaptisteUrgell/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My portfolio

fastapi-logoBootstrap-logo

Overview

This is my personal web site, you can reash it at http://urgell.freeboxos.fr:32769/. This project use FastAPI framework to create the API and Bootstrap for the design.

Installation

To install all the requirements, use the package manager pip and type this in your terminal.

pip install -r /path/to/requirements.txt

Usage

First of all, you have to launch the app :

uvicorn main:app --reload

This command should create the local server on your computer with the app running on it.

Then, go to http://localhost:8000/ and enjoy it !

Documentations