This is an example FastAPI project with Tailwind CSS integration.
Make sure you have Python installed on your system.
Clone this repository to your computer.
Open the terminal and navigate to the project directory.
Create a virtual environment:
python -m venv .venv
Activate the virtual environment:
source .venv/bin/activate
Install the project dependencies:
pip install -r requirements.txt
Start the server:
make run
Open your browser and visit http://localhost:8000
to view the application.