Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diiego-h/introfastapi
University project: Full-Stack & FastAPI introduction.
https://github.com/diiego-h/introfastapi
alembic css fastapi html javascript jwt oauth2 pydantic python sqlalchemy vuejs
Last synced: 11 days ago
JSON representation
University project: Full-Stack & FastAPI introduction.
- Host: GitHub
- URL: https://github.com/diiego-h/introfastapi
- Owner: Diiego-H
- License: mit
- Created: 2024-12-14T17:53:20.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-12-14T18:04:25.000Z (25 days ago)
- Last Synced: 2024-12-14T18:40:03.032Z (25 days ago)
- Topics: alembic, css, fastapi, html, javascript, jwt, oauth2, pydantic, python, sqlalchemy, vuejs
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IntroFastAPI
University project: Full-Stack & FastAPI introduction.## Backend technologies
- OAuth2 authentication
- JWT access token
- SQLAlchemy database (migrating with Alembic)
- Pydantic models
- FastAPI & Python## Frontend technologies
- HTML
- CSS
- JavaScript
- Vue.js