Skip to content

Web application to review mangas and comics, built with Ruby on Rails.

Notifications You must be signed in to change notification settings

kalavhan/manga-top

Repository files navigation

Contributors Issues

Manga top

Web application to review mangas and comics, built with Ruby on Rails.
Explore the docs »

· Report Bug · Live version · Request Feature

screenshot

Table of Contents

About The Project

Manga Top is a web application to review Mangas, where anyone can read the reviews and registred users can comment, like or publish their own.

Features

  • Create an account
  • Log in to account
  • Homepage with most recent articles
  • Articles by category
  • Comment an article
  • Like an article

Built With

  • Ruby on Rails 6
  • SCSS
  • ERB

Screenshots

Home page

screenshot

Signup page

screenshot

Signin page

screenshot

Create article page

screenshot

Articles per categorie page

screenshot

Prerequisites

  • Git
  • Ruby
  • Ruby on Rails 6
  • Yarn
  • Node.js
  • PostgreSQL

Setup

Use the git to clone the project to your local machine.

$ git clone https://github.com/kalavhan/manga-top.git

Navigate to the extracted folder

cd manga-top

Install and update dependencies and modules

$ bundle install
$ bundle update

Create and populate database

$ rails db:create
$ rails db:migrate
$ rails db:seed

Usage

$ rails server

This will open the app at 127.0.0.1:3000. If it doesn't open, visit http://localhost:3000

Roadmap

See the open issues for a list of proposed features (and known issues).

License

Distributed under the MIT License. See LICENSE for more information.

Contact

👤 Josue Brigido

Github | Twitter | LinkedIn

About

Web application to review mangas and comics, built with Ruby on Rails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published