Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

haerrel/memories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 

Repository files navigation

Memories

Share memories with your loved ones 📷🤗🖼💌

Landing Page

About

Installation Hints

  • 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

Technical facts

  • Frontend: Angular 🅰
  • Backend: NodeJS with Express
  • Database: PostgreSQL 🐘

REST API

Create new image

POST {hostname}/api/v1/card
{
  "image_data": "base64-encoded-image-string",
  "date": "YYYY-MM-DD",
  "secret": "yourSecretString"
}