Skip to content

AntonioTanco/FastAPI---TODO-Application

Repository files navigation

🖥Backend Project: Note Taking App

Description

Created a RESTful API in Python using FastAPI which allows us to create, read, update and delete notes.

Note Taking Application Endpoints

Getting Started

1. Activate Your Vitural Environment

python3 -venv .venv

You may check if your vitural environment is enabled by using the command below

pip -V

2. Install the required packages

pip install -r requipments.txt

This will install all of the neccessary packages needed to run this project.

3. Starting the Unvicorn server

This application is containerized using Docker, so long as you have Docker Engine installed you can use the command below to build out this Multi-container application.

docker compose up -d --build

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors