A social media app built on the mern stack. This is a demo project showcasing a social media app that allows users to display there photos comment or like images. A extra feature added youtube api for videos, this has also made it a complete CRUD app. CRUD apps consist of three parts, the database, user interface, and APIs. Built on a powerful stack MongoDb, Express, React and NodeJS.
Live Demo Link 👉 https://sociolly-web-app.vercel.app/
PORT=8000
DATABASE_URL=
BASE_URL=
EMAIL=
MAILING_ID=
MAILING_SECRET=
MAILING_REFRESH=
MAILING_ACCESS=
CLOUD_NAME=
CLOUD_API_KEY=
CLOUD_API_SECRET=
REACT_APP_BACKEND_URL=http://localhost:8000 (replace with your server url once its deployed)
REACT_APP_KEY=
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!