Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/judevector/rekindle
- Owner: judeVector
- Created: 2023-06-29T15:23:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-28T11:45:21.000Z (10 months ago)
- Last Synced: 2024-11-10T08:10:25.108Z (2 months ago)
- Topics: express, mongodb, netlify, nodejs, react, render
- Language: JavaScript
- Homepage: https://rekindleapp.netlify.app/
- Size: 244 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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