https://github.com/ladityagogoi/mern-project
building a modern social media application with the help of tech stacks like MongoDB, Express, React, Node.Js
https://github.com/ladityagogoi/mern-project
css express mongodb nodejs reactjs
Last synced: 3 months ago
JSON representation
building a modern social media application with the help of tech stacks like MongoDB, Express, React, Node.Js
- Host: GitHub
- URL: https://github.com/ladityagogoi/mern-project
- Owner: LadityaGogoi
- Created: 2023-04-25T03:28:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T15:59:25.000Z (about 2 years ago)
- Last Synced: 2025-01-13T04:44:32.491Z (5 months ago)
- Topics: css, express, mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 3.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend Implemetation
1. Authentication of User
2. CRUD Operation for Users
3. Fetching timeline posts according to following Users and dates
4. Like and Dislike a post
5. Crud operations on posts# things to be learned in this project
1. Request handling
2. Complex Mongodb queries
3. Perform routing on Server side