Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utsavkumar-280/instacam
InstaCam is a social media app. It is made using React library and routing is done using React router. This app talks to a backend express app to fetch all the dynamic data from MongoDB atlas using the mongoose library.
https://github.com/utsavkumar-280/instacam
expressjs jwt-authentication mongodb mongoose nodejs react redux
Last synced: 7 days ago
JSON representation
InstaCam is a social media app. It is made using React library and routing is done using React router. This app talks to a backend express app to fetch all the dynamic data from MongoDB atlas using the mongoose library.
- Host: GitHub
- URL: https://github.com/utsavkumar-280/instacam
- Owner: utsavkumar-280
- Created: 2021-07-16T04:00:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T08:28:12.000Z (4 months ago)
- Last Synced: 2024-10-12T12:13:02.714Z (about 1 month ago)
- Topics: expressjs, jwt-authentication, mongodb, mongoose, nodejs, react, redux
- Language: JavaScript
- Homepage: https://instacam.utsavkumar.tech
- Size: 796 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instacam
A social media app using React. Features include a post catalog, adding posts, liking posts, following/unfollowing users, user search, profile management, notifications, and login/signup. The state is managed with Redux, and an Express backend fetches data from a MongoDB database.
* Github: [Backend](https://github.com/utsavkumar-280/instacam-vizzquizz-backend)