Skip to content

Agridence/agd-fastapi-assignment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Assignment

Prerequisite

  • have python 3.10.7 installed
  • use virtualenv is preferred

Project Description

  • A note can consist of 0 or many tags.
  • A note has title, description and tags.
  • A tag has name.
  • A note can be added, edited, retrieved and deleted.

Tasks

  • install requirements into python environment
  • create note_app
  • create note model
  • create tag model
  • create note serializers
  • create note views
    • To get list of all notes
    • To create a note
    • To allow modification to the existing note
  • create tag views
    • To get list of all tags
    • To get a tag and its corresponding notes where it is used

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%