Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vicba/sociali
Very simple photo sharing app. Demo in readme
https://github.com/vicba/sociali
docker express mongodb nodejs react social-network tailwindcss
Last synced: about 11 hours ago
JSON representation
Very simple photo sharing app. Demo in readme
- Host: GitHub
- URL: https://github.com/vicba/sociali
- Owner: Vicba
- License: mit
- Created: 2023-03-15T18:40:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T11:57:59.000Z (7 months ago)
- Last Synced: 2024-04-14T01:16:43.743Z (7 months ago)
- Topics: docker, express, mongodb, nodejs, react, social-network, tailwindcss
- Language: JavaScript
- Homepage: https://sociali.netlify.app/
- Size: 27.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sociali
Sociali is a simple instagram like app build in MERN stack. (mongoDB, Express, React, Node)
You can like users posts and create, delete your own posts.(This is a progressive web app, you can use the site as an app on your homescreen 📱)
# Demo
# Status
Pending: still need to work on the site. (school refuses me to have free time 🙃 )**Fixes:** changes I need to do are below. Contact me if you can help me or find other things.
# Things to clean or fix:
- add signed URLs !!!
- add loading state when doing api calls
- get auth with context
- make special hook for localstorage
- need to find solution to do login and creating post faster# Features that could be added in the future
- Feat: add user on top of the post
- Feat: update user
- Feat: update post
- Feat: profile image user
- Feat: show user likes (ethical responsible ?)
- Fix: make db collection of likes so you can see who liked the post (this is now in localstorage so in other browser will be a different result)Extra extra feature: adding followers => change to cassandra database ?