Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/osamaayub/memoriesapp
- Owner: osamaayub
- Created: 2022-09-08T17:24:34.000Z (about 2 years ago)
- Default Branch: Master
- Last Pushed: 2024-03-05T19:51:21.000Z (9 months ago)
- Last Synced: 2024-04-23T21:23:19.103Z (7 months ago)
- Topics: express-js, mongodb, mongoose, node-js, reactjs
- Language: JavaScript
- Homepage:
- Size: 1.39 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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 ProjectNavigate 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 installClient Side
How to Run the ProjectNavigate to the client directory:
cd client
Start the client side:
npm startAccessing 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.