Skip to content

soleilyasmina/nibble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bbaba71 · Nov 12, 2020

History

81 Commits
Nov 12, 2020
Nov 3, 2020
Jul 7, 2020
Nov 3, 2020
Nov 8, 2020
Oct 31, 2020
Jul 22, 2020
Jul 15, 2020
Jul 14, 2020
Oct 31, 2020
Jul 15, 2020
Oct 31, 2020

Repository files navigation

Nibble API

Routes

All requests are prefaced by /api.

Users

POST /auth/register registers a user

POST /auth/login logs a user in

PUT /auth/update updates a user's information

DELETE /auth/remove removes a user

Nibbles

GET /users/:user_id/nibbles gets all nibbles from a user with the id of user_id

GET /users/:user_id/nibbles/:_id gets a nibble with populated content

POST /users/:user_id/nibbles/ creates a new nibble

POST /users/:user_id/nibbles/:_id creates a new nibble extending the path of the nibble with the id of _id

PUT /users/:user_id/nibbles/:_id edits the nibble with the id of _id

DELETE /users/:user_id/nibbles/:_id removes the nibble with the id of _id

About

A Tumblr-like application leveraging MongoDB and React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published