This is a web application for posting and sharing memories. It allows users to create, edit, and delete memories by uploading images, adding captions, and tags. The application features user authentication and authorization using JSON Web Tokens (JWTs) and the bcrypt library for password hashing.
- Clone the repository:
git clone https://github.com/Touisse/Full_Stack_MERN_MEMORIES.git
- Install dependencies:
npm install
- Start the server:
npm start
To use the web application, navigate to http://localhost:3000
in your web browser. You can then create an account, log in, and start posting memories.
Contributions are welcome! If you would like to contribute to the project, please follow these steps:
- Fork the repository:
https://github.com/Touisse/Full_Stack_MERN_MEMORIES.git
- Create a new branch for your feature:
git checkout -b feature-name
- Make your changes and commit them:
git commit -am 'Add some feature'
- Push your changes to your branch:
git push origin feature-name
- Submit a pull request to the
master
branch
Please make sure that your code follows the project's coding conventions and that it is properly tested.
This project is licensed under the MIT License - see the LICENSE.md file for details.
If you have any questions or comments about the project, please feel free to contact me at yassinetouisse99@gmail.com.