Coder Social home page Coder Social logo

gabspot's Introduction

GabSpot

Features

  • Post Creation: Registered users can create posts with text and images, sharing their thoughts and experiences with others.
  • Comments: Registered users can engage in discussions by commenting on posts.
  • Likes: Registered users can show appreciation for posts by liking them.
  • Profile Page: Users can view their profile with a list of their posts and liked posts.
  • Post Management: As a post author, you can edit and delete your posts and delete comments on your posts.
  • Guest Access: Guests can view posts but cannot interact with them.
  • Responsive Design: Enjoy a seamless experience across all devices.

Technologies Used

  • Frontend: React.js, CSS Modules, HTML5
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Authentication: JWT (JSON Web Tokens)
  • Routing: React Router

Installation

  1. Clone the repository: cd gabspot
  2. Install dependencies for the client: npm install
  3. Install dependencies for the server: npm install
  4. Set up environment variables:

    Create a .env file in the server directory and add the following variables:

    PORT=3030
    MONGO_URI=your_mongodb_connection_string
    JWT_SECRET=your_jwt_secret_key
        
  5. Run the application:
    • Client:
      cd gabSpot
      npm start
              
    • Server:
      cd ../server
      npm start
              

    The client will run on http://localhost:5173 and the server will run on http://localhost:3030.

Usage

  1. Sign Up: Create a new account using your email address.
  2. Log In: Access your account using your credentials.
  3. Create Posts: Write and share posts with the community.
  4. Comment: Engage with others by commenting on their posts.
  5. Like: Show appreciation by liking posts you enjoy.
  6. Edit and Delete Posts: As a post author, edit or delete your posts.
  7. Delete Comments: As a post author, delete comments on your posts.
  8. Profile Page: View your profile to see your posts and liked posts.
  9. Guest Access: View posts without an account, but you cannot like, comment, or create posts.

gabspot's People

Contributors

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