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
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.