INSERT INTO Employee VALUES('PRANAYA','PRANAYA@G.COM',1, 1, 25000, 30,'MUMBAI') INSERT INTO Employee VALUES('TARUN','TARUN@G.COM',1, 2, 30000, 27,'ODISHA') INSERT ...
This is a learning-focused backend API project I built to practice working with FastAPI, SQL Server, SQLAlchemy, and Pydantic. The project started as a basic in-memory CRUD API using a Python ...