nofoobar / fastapi-course

This repository compliments the Udemy FastAPI course

Home Page:https://www.udemy.com/course/fastapi-course/?referralCode=866F5B710822DE67352F

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JobBoard-Fastapi

A job board app using fastapi

Udemy Course Link

Udemy FastAPI Course

Technology Stack:

  • FastAPI
  • Uvicorn (server)
  • Pytest
  • Sqlalchemy
  • Postgres

How to start the app ?

git clone https://github.com/nofoobar/JobBoard-Fastapi.git
cd .\JobBoard-Fastapi\
python -m venv env   #create a virtual environment
.\env\Scripts\activate  #activate your virtual environment
cd .\backend\
pip install -r .\requirements.txt
uvicorn main:app --reload     #start server
visit  127.0.0.1:8000/

Features:

  • ✔️ Course Udemy FastAPI Course
  • ✔️ Serving Template
  • ✔️ Static Files in Development
  • ✔️ Connecting to Database
  • ✔️ Schemas
  • ✔️ Dependency Injection
  • ✔️ Password Hashing
  • ✔️ Unit Testing (What makes an app stable)
  • ✔️ Authentication login/create user/get token
  • ✔️ Authorization/Permissions
  • ✔️ Webapp (Monolithic)

About

This repository compliments the Udemy FastAPI course

https://www.udemy.com/course/fastapi-course/?referralCode=866F5B710822DE67352F


Languages

Language:Python 73.0%Language:HTML 26.6%Language:Shell 0.3%