GithubHelp home page GithubHelp logo

artizticamit / i-book-social-media-website- Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 21.2 MB

A social media website but guess what here you will not have the info about the post origin, who has uploaded the post, but he/she is your friend, have fun finding the which friend has uploaded that post..

Home Page: https://i-book-frontend.vercel.app

JavaScript 80.40% HTML 0.53% CSS 18.86% Dockerfile 0.21%
hacktoberfest hacktoberfest-accepted project reactjs social-media

i-book-social-media-website-'s Introduction

This is a social media website(i-book)

  • This is just normal project where I have tried cloning a social media website and adding some new ideas.
  • I have thought of making the user anonymous in his/her friends circle and posting and enjoying.
  • This will also feature uploading photos videos and locations with friends
  • You can form groups as well as see what is trending around you

Screenshot_1

To contribute follow the followings guidelines.

To access this fork and then clone it:-

  • Fork it and star it , then clone with git clone <repo_link> command.
  • Make your new branch with your username easy to identifiable. Use command git branch <your_branch_name> and then git checkout <your_branch_name>.
  • Just update the UI of the code which is in client folder, no need to change anything in the API folder (much appreciated).
  • cd client
  • npm install
  • Then npm run start to start working on the frontend.

This project also support docker development

To start both the frontend and backend service at the same time

  • docker-compose up

To start the server side development locally in docker container

  • cd api

Building the docker image

  • docker build -t 'docker-image-name' .

Running the docker container

  • docker run -p 8000:8000 'image ID'

To start the client side development locally in docker container

  • cd client

  • docker build -t 'docker-image-name' .

  • docker run -p 3000:3000 'image ID'

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.