Giter Club home page Giter Club logo

robosocial's Introduction

Robosocial

Robosocial is a minimal social media application for sharing images, following your friends and having some fun.

Features

  • Upload Images: Share your moments with your friends.
  • Follow and Engage with your friends: Keep in touch with your friends by liking, commenting and engaging with their posts.
  • Explore: Explore and find new friends.

Technologies Used

  • React.js: Frontend development
  • Node.js and Express.js: Backend developement
  • Firebase: Utilized for file storage and frontend deployment
  • Vercel: Backend deployment

Getting Started

To run this project locally, follow these steps:

Prerequisites

  • Node.js installed
  • Firebase account for file storage setup
  • Postgresql database

Installation

  1. Clone the repository.

    git clone https://github.com/therealrinku/robosocial.git
    
  2. Install the dependencies on both client and backend folders respectively.

    yarn install
    
  3. Get your firebase app config and add to firebase.js file in client folder

  4. Get your postgresql db setup and connection string(I got it from elephantSQL.com) and add it to .env file(name is DB_URL) in backend folder.

  5. Run the backend/database/createTables.js script in the backend/database directory for creating the required database tables(posts, users, notifications and comments)

       node createTables.js
    
  6. Run the backend from backend folder

    node server.js
    
  7. Run the frontend.

    yarn start

robosocial's People

Contributors

therealrinku avatar

Watchers

 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.