A FastAPI backend project for tracking internship applications.
- REST API built with FastAPI
- SQLite database using SQLAlchemy
- JWT authentication
- CRUD operations for internship applications
- Clean backend architecture
Python
FastAPI
SQLAlchemy
SQLite
JWT Authentication
Install dependencies
pip install -r requirements.txt
Run server
uvicorn app.main:app --reload