Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 730 Bytes

File metadata and controls

16 lines (11 loc) · 730 Bytes

SnapNotes 📝

SnapNotes is a backend application built using Python, FastAPI, and MongoDB. It provides a simple and efficient way to manage notes, allowing users to create, update, delete, and fetch notes.

Features ✅

  • Create: Easily create new notes with a title and description.
  • Update: Update existing notes to keep your information up-to-date.
  • Delete: Remove unwanted notes from your collection.
  • Fetch: Retrieve a specific note or view all notes.

Tech Stack 🚀

  • FastAPI: A modern, fast web framework for building APIs with Python.
  • MongoDB: A NoSQL database for storing and retrieving notes efficiently.
  • Python: The primary programming language used for the backend.