Giter Club home page Giter Club logo

sociomark's Introduction

SocioMark

A social-media platform that lets you upload images and secure them with a personalized encryption. Your assets will always be yours, regardless of who posts it!

Netlify Status Heroku GitHub closed issues GitHub closed pull requests

๐Ÿ‘จโ€๐Ÿ’ป What it does

  • SocioMark is essentially a social media platform that lets users create an account to upload and share images. Every image upload is added to the user's profile and can be shared with other users.
  • After uploading the image, the user's unique hash created from their profile is encoded within the image. Users can verify an image's copyright and see if it matches with the user who uploaded the image. If the verification fails, users can flag an image to take down, protecting the original creator's copyright.

โš› Tech Stack

  • Frontend : ReactJS (JavaScript), Tailwind CSS
  • Backend : FastAPI (Python3)
  • Database : MongoDB
  • Image Processing : OpenCV (Python3)

๐Ÿ’ป Run the project locally

  • Clone the repo https://github.com/MLH-Fellowship/SocioMark.git
  • Navigate to SocioMark/backend
  • Run command to install all the Python (Server) dependencies pip install -r requirements.txt
  • Navigate to http://localhost:8000/docs to view the Swagger API end-points
  • Navigate to SocioMark/frontend
  • Run command to install all the JavaScript (Client) dependencies npm install
  • Run command npm start
  • Navigate to http://localhost:3000/

๐Ÿšฉ How to Contribute

  • Fork and clone the repository git clone https://github.com/MLH-Fellowship/SocioMark.git
  • Create a branch git checkout -b "branch_name"
  • Make changes in that branch
  • Add and commit your changes with git add <changes> and git commit -m "your commit message"
  • Then push the changes into your branch git push origin branch_name
  • Now you can create a PR using that branch in our repository.
  • ๐ŸŽ‰ You have successfully contributed to this project.

๐Ÿค“ Future Improvements

  • Follower functionality that improves interaction between users and lets users customize their feed pages
  • Implement pagination for feed
  • Sharing functionality to share images outside of platform

๐Ÿค” Challenges

  • One of the main challenges we ran into with this project is incorporating the numerous functions required of a social media platform.
  • From login and registering authentication to implementing like and comment functionality for posts and even building user profiles, there are many parts to creating a viable social media app, and it took a lot of work to implement everything.
  • Additionally, building the encoder required a lot of research and trial and error. Finally, integrating the frontend and the backend of the platform and debugging the full functionality proved to be a challenge as well.

โœจ Credits

sociomark's People

Contributors

aitikgupta avatar bodhisha avatar debugagrawal avatar sgkolli535 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.