apostrophecms /
apostrophe
A full-featured, open-source content management framework built with Node.js that empowers organizations by combining in-context editing and headless architecture in a full-stack JS environment.
Loading repository data…
manavvsukhija / repository
Built a full-stack Product Management System using FastAPI, SQLAlchemy, and Pydantic, implementing RESTful APIs for product CRUD operations with database persistence and frontend integration. Utilized FastAPI's automatic API documentation and validation features to create a scalable and efficient backend architecture.
A modern and lightweight Inventory Management System built using FastAPI and Python to manage product inventories efficiently through RESTful APIs. This project demonstrates backend development concepts such as API creation, database integration, data validation, and CRUD operations.
| Technology | Purpose |
|---|---|
| Python | Programming Language |
| FastAPI | Backend Framework |
| SQLAlchemy | ORM for Database Operations |
| Pydantic | Data Validation |
| SQLite/MySQL | Database |
| Uvicorn | ASGI Server |
| Swagger UI | API Testing and Documentation |
Inventory-Management-System-using-Fast-APIs/
│
├── app/
│ ├── models/
│ ├── schemas/
│ ├── routers/
│ ├── database.py
│ └── main.py
│
├── requirements.txt
├── README.md
└── .gitignore
Setup Create and activate virtual environment:
python -m venv myenv myenv\Scripts\activate.ps1 # Windows PowerShell Install dependencies:
pip install fastapi uvicorn Run the application:
uvicorn main:app --reload Access the API:
API: http://localhost:8000 Interactive docs: http://localhost:8000/docs ReDoc: http://localhost:8000/redoc
Selected from shared topics, language and repository description—not editorial ratings.
apostrophecms /
A full-featured, open-source content management framework built with Node.js that empowers organizations by combining in-context editing and headless architecture in a full-stack JS environment.
cuttle-cards /
A two-player battle card game for all ages, built with nodejs, sailsjs, and vuejs
itzzritik /
OrderWorder - Revolutionize your restaurant with a sleek, contactless full-stack app powered by AI. From QR code menus and smart chatbot recommendations to seamless ordering, real-time kitchen tracking, and powerful admin dashboards - all built with Next.js & SCSS for lightning-fast, modern dining experiences.
reshinto /
A full stack online stock trading platform, built with React and Django
themisvaltinos /
Full Stack e-commerce app built with Express, Node.js, MySQL and React
hoangsonww /
🛒 Welcome to Fusion Electronics - a sample full-stack, lightweight, and modern online e-commerce application, built with the MERN (MongoDB, Express, React, Node.js) stack! Also features a product recommendation service using vector search, FAISS, and the Weaviate/Pinecone vector DB!