Skip to content

purnadip-manna/note-api

Repository files navigation

Notes API

It is a simple notes API that helps you to manage your notes.

Tech Stack:

FastAPI Postgres Docker

Swagger Docs:

Swagger Page

About the System

This system has two types of users.

  1. user
  2. admin

What a user can do?

  • A user can create, view, update, delete tags (only the tags created by themselves)
  • A user can create, view, update, delete notes (only the notes created by themselves)
  • Multiple tags can be assigned to a note

What a admin can do?

  • An admin can perform all those operations which a normal user can perform.
  • An admin can manage all the users.
  • An admin can modify all the notes and tags

About

Simple APIs to manage notes - made using FastAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published