This is a full-stack MERN (MongoDB, Express, React, Node.js) application for managing memories. The project consists of both client-side and server-side codebases.
The project is organized into the following directories:
- client/: Front-end codebase built with React.
- server/: Back-end codebase built with Node.js and Express.
- README.md: Documentation for the project.
To set up and run the entire project:
- Clone the repository.
- Install dependencies for both the client and server.
- Set up environment variables for the server.
- Start the client and server.
Refer to the individual README.md files in the client and server directories for detailed installation instructions.
Contributions are welcome! Please open an issue or submit a pull request for any changes.
This project is licensed under the MIT License - see the LICENSE file for details.