Giter Club home page Giter Club logo

hey-connect's Introduction

HEY-CONNECT SOCIAL MEDIA APP

A simple social media app built using React, Node.js, Express, and MongoDB.

Table of Content:

Features

  • User registration and login: Users can create an account and log in using their registered credentials.
  • Post creation: Logged-in users can create posts and share their thoughts or content with others.
  • Friend management: Users can add friends and view their friend list.
  • Image uploading: Users can upload pictures to include in their posts.

Technologies

React, MongoDB, React-router , Mongoose, Redux toolkit, NodeJS, ExpressJS, Material UI

Prerequisites

  • Node.js and npm installed on your machine
  • MongoDB database connection string
  • JSON Web Token secret

Getting Started

Clone the repository:

    git clone https://github.com/Samowusu/HEY-CONNECT.git

Backend

  1. Install dependencies:
    cd hey-connect-backend
    npm install
  1. Configure the environment variables:
  • Create a .env file in the root directory of the project.

  • Define the necessary environment variables, such as the MongoDB connection string and JSON Web Token secret.

    For example:

      MONGO_URL=<your mongo connection string>
      PORT=3001
      JWT_SECRET=<your json web token secret>
      JWT_LIFETIME=30d
    

    Replace <your mongo connection string> and <your json web token secret> with your actual MongoDB connection string and JSON Web Token secret respectively.

  1. Start the development server:
    npm start

Frontend

  1. Install dependencies:
    cd hey-connect-frontend
    npm install
  1. Start the development server:
    npm start

Folder Structure

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to submit a pull request.

License

This project is licensed under the MIT License.

hey-connect's People

Contributors

samowusu 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.