Memories is a full-stack social media application built using React.js, Material UI, MySQL, Node.js, and Express.js. It allows users to share their beautiful memories with others and interact by liking other users' memories.
-
Share Memories: Users can create and share their special memories with the community by adding images and descriptions.
-
Like and Interact: Users can engage with the community by liking other users' memories and leaving comments.
-
Beautiful UI: Memories is designed with Material UI, providing an elegant and user-friendly interface for a seamless experience.
View Screenshots of the application at here
- Clone the repository:
git clone https://github.com/JainamShah28/Memories-App.git - Change directory:
cd Memories-App.git - Install dependencies into both client and server directories:
npm install
- Start the server:
npm start - Open the application in your browser at
http://localhost:5000 - Start the client side:
npm start - Open the application in your browser at
http://localhost:3000