Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/osamaayub/memoriesapp

Social Media Application Using MernStack
https://github.com/osamaayub/memoriesapp

express-js mongodb mongoose node-js reactjs

Last synced: about 11 hours ago
JSON representation

Social Media Application Using MernStack

Awesome Lists containing this project

README

        

Social Media App

This project is a simple social media application where users can add, like, update, and delete memories. Users can sign up or log in using Google authentication.
Backend Side
How to Run the Project

Navigate to the server directory:

cd server

Start the backend server:

npm start
if there is no node modules folder in it run the following command to get all the dependencies in your project otherwise it will return an error
npm install

Client Side
How to Run the Project

Navigate to the client directory:

cd client

Start the client side:

npm start

Accessing the Application

You can access the application by visiting the following URLs in your web browser:

localhost:5000/posts: View and interact with memories.
localhost:5000/user/: Sign up or log in using Google authentication.