Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/judevector/rekindle

Rekindle is a captivating memory revival platform that effortlessly brings cherished moments back to life.
https://github.com/judevector/rekindle

express mongodb netlify nodejs react render

Last synced: 3 days ago
JSON representation

Rekindle is a captivating memory revival platform that effortlessly brings cherished moments back to life.

Awesome Lists containing this project

README

        

# Rekindle

Rekindle is a memory storage app that allows users to store, update, delete, and like memories. The frontend is built with React and hosted on Netlify, while Node.js and Express power the backend and are hosted on Render with a MongoDB database.

## Features

- Create new memories
- View existing memories
- Update memory details
- Delete memories
- Like memories

## Installation

To run Rekindle locally, follow these steps:

1. Clone this repository.

```bash
git clone https://github.com/yourusername/rekindle.git
cd rekindle
```

## Install frontend dependencies

```
cd client
yarn install
```

## Install backend dependencies

```
cd ../server
yarn install
```

## Technologies Used

### Frontend

- React
- HTML/CSS
- Axios (for API requests)

### Backend

- Node.js
- Express
- MongoDB