Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamzamak/social-app
full stack MERN social media app
https://github.com/hamzamak/social-app
cloudinary mern-stack oauth2
Last synced: about 1 month ago
JSON representation
full stack MERN social media app
- Host: GitHub
- URL: https://github.com/hamzamak/social-app
- Owner: hamzamak
- Created: 2023-01-30T22:39:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T13:02:52.000Z (almost 2 years ago)
- Last Synced: 2023-05-01T13:52:17.025Z (over 1 year ago)
- Topics: cloudinary, mern-stack, oauth2
- Language: JavaScript
- Homepage: https://memories-hamzamak.vercel.app
- Size: 758 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# social-app
full stack MERN social media app## Demo
Click the following link to view a demo : [live demo](https://memories-hamzamak.vercel.app)## Installation
you will need to install the packages for react
```bash
cd client
npm install --legacy-peer-deps
npm start
```
and for Node.js
```bash
cd server
npm install
npm start
```
## Environment VariablesTo run this project, you will need to add the following environment variables to your .env file
- in server directory`PORT`
`MONGODB_URL`
`CLOUDINARY_CLOUD_NAME`
`CLOUDINARY_CLOUD_API_KEY`
`CLOUDINARY_CLOUD_API_SECRET`But first sign in with [cloudinary](https://cloudinary.com/) to get your key api , cloud name and api secret
- in client directory
`REACT_APP_GOOGLE_AUTH_CLIENT_ID`
you need to get your client ID from Google console . visit the [site](https://console.cloud.google.com/)