/mymemor_frontend

Front end for MyMemor

Primary LanguageJavaScript

MyMemor

A web app for storing your personal memories so that you can go through them to cherish the warm moments of your life and share the joy of memories with your loved ones.

Demo

  1. Registration and login
  2. Search, search suggestions and bond requests
  3. Add memory and sort memories

Introduction

This is the frontend React app for MyMemor.

Backend repository LLD document HLD document

Instructions

Add src/api_config.js with following content:

let API_BASE_URL = "http://localhost:8080/api";

export default API_BASE_URL;

Replace URL to your API base URL.

Use npm start to run frontend development server.