Share memories with your loved ones 📷🤗🖼💌
- Developed for deployment on heroku.
- Based on the Heroku NodeJS Getting Started Template https://github.com/heroku/node-js-getting-started.git.
- App cnnects to the Heroku PostgreSQL Database through the provided values in the environment variable
DATABASE_URL
- Run the SQL statement provided in
backend/database/create_tables.sql
to create mandatory tables in your Postgres DB - Deploy App
- Frontend: Angular 🅰
- Backend: NodeJS with Express
- Database: PostgreSQL 🐘
Create new image
POST {hostname}/api/v1/card { "image_data": "base64-encoded-image-string", "date": "YYYY-MM-DD", "secret": "yourSecretString" }