Skip to content

This project uses Django, primarily the Django Rest Framework, to create the backend of a Flashcards application.

Notifications You must be signed in to change notification settings

RohiniRG/Flashcards-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLASHCARDS - CRUD operations

This project uses Django, primarily the Django Rest Framework, to create the backend of a Flashcards application.

The backend contains APIs for the following purposes:

  • User Authentication

    • Contains APIs for registration, login and logout
  • Set Creation: A set is a subject/title under which you can create several flashcards

    • Contains APIs to read, create, edit, and delete sets
  • Card Creation: A card is a flashcard that contains a question, answer, fact, image which aids memorization of concepts (sets)

    • Contains APIs to read, create, edit, and delete cards

About

This project uses Django, primarily the Django Rest Framework, to create the backend of a Flashcards application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages