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.
- Create new memories
- View existing memories
- Update memory details
- Delete memories
- Like memories
To run Rekindle locally, follow these steps:
- Clone this repository.
git clone https://github.com/yourusername/rekindle.git
cd rekindle
cd client
yarn install
cd ../server
yarn install
- React
- HTML/CSS
- Axios (for API requests)
- Node.js
- Express
- MongoDB