Giter Site home page Giter Site logo

discussit's Introduction

DiscussIt - A Reddit Clone

DiscussIt is a Reddit clone web application that allows users to engage in discussions on various topics, post content, upvote/downvote posts and comments, and much more. It is built upon the initial design of Reddit, providing a familiar Reddit-like experience while adding some unique features of its own.

image

Features

  • User Authentication: Secure user registration and login system.
    User Auth

  • Post Management: Create, edit, and delete posts. Post Management

  • Comment System: Engage in discussions by posting and replying to comments. Post Management

  • Voting System: Upvote and downvote posts and comments. Post Management

  • Subreddits: Organize content into categories, just like subreddits on Reddit.

  • User Profiles: View user profiles and their post history.

  • Responsive Design: Enjoy a seamless experience on both desktop and mobile devices.

Getting Started

These instructions will help you set up the DiscussIt project on your local machine for development and testing purposes.

Prerequisites

Before you begin, make sure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/AnurajBhaskar47/discussit.git
    
  2. Navigate to the project directory: ```bash cd discussit

  3. Install the project dependencies:

    npm install
    
  4. Set up your Prisma environment:

    • Make sure you have Prisma installed globally:
      npm install -g prisma
    • Initialize your Prisma project:
      prisma init
    • Follow the prompts to set up your Prisma environment, choosing the appropriate database (e.g., PostgreSQL, MySQL, SQLite).
    • Update the DATABASE_URL in your .env file with the connection URL generated by Prisma.
  5. Start the application:

    npm start
  6. Access DiscussIt in your browser at http://localhost:3000.

Contact

If you have any questions or suggestions, feel free to contact me at [email protected]

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.