Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

saullbrandao/baddit

Repository files navigation


Saull Brandão Saull Brandão License MIT Issues

App inspired on Reddit.

📑 Table of Contents

📃 About the Project

baddit baddit

  • Inspired by Reddit
  • Can create posts, join communities, vote and comment
  • Uses PostgreSQL as database
  • Only authenticated users can create, comment and vote on posts
  • Light and dark mode

💻 Technologies

🚀 Getting Started

Prerequisites

You will need to install Ruby and Ruby on Rails

Installation

# Clone Repository
$ git clone https://github.com/saullbrandao/baddit.git && cd baddit

# Install Gems
$ bundle install

# Run migrations
$ bin/rails db:migrate

# Run Application
$ bin/dev

This starts the development server on http://localhost:3000/

⁉️ Issues

Create a new issue report, it will be an honor to be able to help you solve and further improve our application.

📫 Contributing

  • Fork this repository;
  • Create a new branch to develop your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: my new feature';
  • Push to your branch: git push origin my-feature.
  • Open a Pull Request

🔒 License

Distributed under the MIT License. See LICENSE for more information. Made by Saull Brandão.