Skip to content

rv20197/memories-app-mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memories App

Fullstack responsive social media application to share your memories and explore the world by checking out others memories as well.

With pagination search and filtering capabilities, detailed pages, authentication, comments and much more.

Screenshots

alt text

Demo

https://memories-app-react-redux-vatsal-rajgor.netlify.app/posts

Lessons Learned

While developing this project I learned how to implement following:

  1. Redux and Redux-Thunk.
  2. Google Authorization.
  3. JWT Authentication.
  4. Pagination Functionality.
  5. Search and Recommended features.
  6. Material UI to build UI.

Tech Stack

Client: React, Redux, Material-UI, Axios, React Router.

Server: Node, Express, MongoDB, BcryptJS, JWT.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file in server folder

CONNECTION_URL = MONGO URL STRING

PORT = PORT

Run Locally

Clone the project

  git clone https://github.com/rv20197/memories-app-mern

Go to the project directory

  cd memories-app-mern

Install and Start server dependencies

  cd server
  npm install
  npm start

Install and Start the React app

  cd client
  npm install
  npm start

Deployment

To deploy the backend:

  • Use the server folder to upload it to the cloud provider of your choice to get your backend up and running

To deploy the frontend run:

  npm run build
  • Then upload the build folder to the cloud provider of your choice to host the application.

🔗 Links

linkedin

🛠 Skills

HTML, CSS, JavaScript, React, Angular, MongoDB, SQL, ExpressJS, NodeJS.

License

MIT License

Copyright (c) 2022 Vatsal Rajgor

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages