Skip to content

davidkiama/Flashcards-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Flashcards API

A web application that allows users to create and manage flashcards.

Working endpoints

Signup - POST

https://flashcards-api-test.herokuapp.com/register/
This will return the user if the user is created succesfully.

Login - POST

https://flashcards-api-test.herokuapp.com/login/
This will return the token if the user is logged in succesfully.

User - GET

https://flashcards-api-test.herokuapp.com/user/
This will return the token if the user is logged in succesfully.

All flashcards

https://flashcards-api-test.herokuapp.com/flashcards/
This will return the token if the user is logged in succesfully.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published