Skip to content

Forget Me Not is an app for storing important details about loved ones in one convenient place. You can easily access and update information about family and friends, ensuring that no important details slip your mind.

Notifications You must be signed in to change notification settings

sarahtech2022/ForgetMeNot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forget Me Not

logoimage

Forget Me Not is the ultimate app for never forgetting important details about your loved ones. You can easily access and update information about family and friends, ensuring that no important details slip your mind. It's perfect for busy individuals who want to stay organized and thoughtful, and for anyone who values their relationships and wants to deepen their connections with loved ones. Use Forget Me Not today and start cherishing every moment with those who matter most.

GitHub Pull Request GitHub repo size GitHub contributors

📁 Contents

📋 About Forget Me Not

Back to Contents

Forget Me Not is an app for storing important details about loved ones in one convenient place. You can easily access and update information about family and friends, ensuring that no important details slip your mind.

💠 Tech Stack

Back to Contents


html
html
CSS
CSS
JavaScript
JavaScript
postgreSQL
postgreSQL
Express
Express
React
React
Node
Node
Bootstrap
Bootstrap

👾 API Reference

Back to Contents

DiceBear
Dice Bear

⚙️ Installation

Back to Contents

This project uses Auth0. Please go to Auth0 and make an account and retrieve a domain and clientid. See .env.example for set up!

Step 1: Clone my project & switch into the project directory.

  git clone https://github.com/sarahtech2022/ForgetMeNot
  cd ForgetMeNot

Step 2: Install all packages.

  cd client && npm install && cd ../server && npm install

Step 3: Setup Environment Variables

  • Copy the instructions from both .env.example files in the client and server.

Step 4: Connect the database and the data.

  cd server
  psql postgres -f db.sql

Step 5: Start the program!

Method 1: Have two servers running at the same time.

  cd client && npm start
  // open a new terminal
  cd server && npm start

Method 2: Have just one server running.

  cd client && npm run build
  cd server && npm run start

Note: Client server will be running on http://localhost:5173 and server will be running on http://localhost:8080.

About

Forget Me Not is an app for storing important details about loved ones in one convenient place. You can easily access and update information about family and friends, ensuring that no important details slip your mind.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published