Skip to content

πŸ’‘ INSPO API allows you to capture ideas for future reference and inspiration. Built with 🐍 Python, 🌢️ Flask, and πŸƒ MongoDB.

Notifications You must be signed in to change notification settings

Lurkins/inspo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

inspo-api

INSPO API is a python project built primarily to serve as the backend for the full INSPO application. INSPO allows you to capture ideas for future reference and inspiration. The API allows for user account creation and posting of text and photos to document anything inspiring. Made using Flask, Mongodb, and secured with JSON Web Tokens.

Endpoints:

Register user (POST)

/register

login user (POST)

/auth

Get all the items (GET)

/items

Get a single item by ID (GET)

/items/{id}

Add an item (POST)

/items

Update an item's information (PUT)

/items/info/{id}

Delete a item by ID (DELETE)

/items/{id}

About

πŸ’‘ INSPO API allows you to capture ideas for future reference and inspiration. Built with 🐍 Python, 🌢️ Flask, and πŸƒ MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published