Skip to content

Repository files navigation

serverlessNotes

Endpoints

Endpoint Method Description
/api/user/signup POST Create account
/api/user/login POST Login
/api/notes POST Post a note
/api/notes GET Get all notes for signed in user
/api/notes PUT Update note
/api/notes/ DELETE Mark note for delete
/api/notes/archive PATCH Archive note
/api/trash PATCH Restore note from trash
/api/trash GET Get trashed notes for signed in user

Todo

-Write function that traverse all notes that is marked for delete and auto delete if more than 30 days has passed since marked for delete.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages