Skip to content

Danny-Nunez/Sociolly-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Sociolly

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/

Screen Shot 2023-02-22 at 9 55 21 PM

Home Page

Screen Shot 2023-02-22 at 9 56 57 PM

Friends Page

Screen Shot 2023-02-22 at 9 58 42 PM

Videos Page

Screen Shot 2023-02-22 at 9 59 08 PM

Profile Page

Screen Shot 2023-02-22 at 9 59 29 PM

Backend env file required

PORT=8000
DATABASE_URL=
BASE_URL=
EMAIL=
MAILING_ID=
MAILING_SECRET=
MAILING_REFRESH=
MAILING_ACCESS=
CLOUD_NAME=
CLOUD_API_KEY=
CLOUD_API_SECRET=

Frontend env file required

REACT_APP_BACKEND_URL=http://localhost:8000 (replace with your server url once its deployed)
REACT_APP_KEY=

Available Scripts

In the project directory, you can run:

npm start

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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

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!

Releases

No releases published

Packages

No packages published