An open API service indexing awesome lists of open source software.

https://github.com/gobwah/memories_fullstack_app

A social network where you can share your best photos
https://github.com/gobwah/memories_fullstack_app

express expressjs google-authentication jwt material-ui materialui mongodb node nodejs react reactjs redux

Last synced: 7 months ago
JSON representation

A social network where you can share your best photos

Awesome Lists containing this project

README

          

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]





Logo

Memories


A social network where you can share your best photos!


Explore the docs »




View Demo
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project



  2. Getting Started


  3. Contributing

  4. License

  5. Contact

  6. Acknowledgments

## About The Project

[![Memories Screen Shot][product-screenshot]](https://memories-gobwah.vercel.app/)

The App is called "Memories" and it is a simple social media app that allows users to post interesting events that happened in their lives. It is a full-stack application using React, Node.js, Express & MongoDB.

Project done thanks to [Javascript Mastery](https://github.com/adrianhajdin/project_mern_memories).

(back to top)

### Built With

#### Frontend

| | |
| ------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| [React](https://reactjs.org/) | React logo |
| [React Router](https://reactrouter.com/) | React Router logo |
| [Redux](https://redux.js.org/) | Redux logo |
| [Material UI](https://mui.com/) | Material UI logo |
| [React Google Login](https://github.com/anthonyjgrove/react-google-login) | Google logo |
| [Axios](https://axios-http.com/) | Axios logo |
| [jwt-decode](https://github.com/auth0/jwt-decode) | JWT logo |
| [Moment](https://momentjs.com/) | Moment.js logo |
| [Dotenv](https://github.com/motdotla/dotenv) | Dotenv logo |

#### Backend

| | |
| -------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Node](https://nodejs.org/) | Node.js logo |
| [Express](https://expressjs.com/) | Express.js logo |
| [Nodemon](https://nodemon.io/) | Nodemon logo |
| [MongoDB](https://mongoosejs.com/) | MongoDB logo |
| [Mongoose](https://mongoosejs.com/) | Mongoose logo |
| [Dotenv](https://github.com/motdotla/dotenv) | Dotenv logo |

(back to top)

## Getting Started

### Prerequisites

This is an example of how to list things you need to use the software and how to install them.

- npm
```sh
npm install npm@latest -g
```

### Installation

1. Clone the repo
```sh
git clone https://github.com/gobwah/memories_fullstack_app.git
```
2. Open console in `/server`
3. Install Sanity
```sh
npm install
```
4. Taking .env.example file as an example, create a .env file at the root of `/server` to store your backend settings. Please check [MongoDB docs](https://www.mongodb.com/docs/atlas/driver-connection/) if necessary.
```env
PORT = 5000
CONNECTION_URL = mongodb+srv://:@cluster0.lguc4.mongodb.net/?retryWrites=true&w=majority
JWT_SECRET = ANYTHING
```
5. Open console in `/client`
6. Install dependencies
```sh
npm install
```
7. Taking .env.example file as an example, create a .env file at the root of `/client` to store your backend URL and [Google Console API credentials](https://console.cloud.google.com/). Please check [Google docs](https://developers.google.com/workspace/guides/create-credentials) if necessary.
```env
REACT_APP_GOOGLE_CLIENT_ID = 864684-eddede-tgg
REACT_APP_GOOGLE_CLIENT_SECRET = FRFZ88-frfr45fr5
REACT_APP_SERVER_URL = http://localhost:5000 (as default)
```

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

(back to top)

## Contact

Vincent DELLA-LIBERA - [@vincent-dellalibera](https://linkedin.com/in/vincent-dellalibera) - vincent.dellalibera@gmail.com

Project Link: [https://github.com/gobwah/memories_fullstack_app](https://github.com/gobwah/memories_fullstack_app)

(back to top)

## Acknowledgments

- [@adrianhajdin (JS Mastery)](https://github.com/adrianhajdin)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/gobwah/memories_fullstack_app.svg?style=for-the-badge
[contributors-url]: https://github.com/gobwah/memories_fullstack_app/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/gobwah/memories_fullstack_app.svg?style=for-the-badge
[forks-url]: https://github.com/gobwah/memories_fullstack_app/network/members
[stars-shield]: https://img.shields.io/github/stars/gobwah/memories_fullstack_app.svg?style=for-the-badge
[stars-url]: https://github.com/gobwah/memories_fullstack_app/stargazers
[issues-shield]: https://img.shields.io/github/issues/gobwah/memories_fullstack_app.svg?style=for-the-badge
[issues-url]: https://github.com/gobwah/memories_fullstack_app/issues
[license-shield]: https://img.shields.io/github/license/gobwah/memories_fullstack_app.svg?style=for-the-badge
[license-url]: https://github.com/gobwah/memories_fullstack_app/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/vincent-dellalibera
[product-screenshot]: client/public/screenshot.jpg