You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Python web application where users write and post ideas to change the world. Once a user has posted an idea it becomes visible to all members or users of the application where they can comment up-vote or down-vote the idea.
A secure Node.js REST API for a Photo Caption Contest. Users sign up and log in via bcrypt/JWT to submit creative captions for hosted images. It uses a PostgreSQL database with Sequelize ORM, features localized caching via node-cache for fast image retrieval, and is documented using Swagger.