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

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

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