Web application to review mangas and comics, built with Ruby on Rails.
Explore the docs »
·
Report Bug
·
Live version
·
Request Feature
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.
- Create an account
- Log in to account
- Homepage with most recent articles
- Articles by category
- Comment an article
- Like an article
- Ruby on Rails 6
- SCSS
- ERB
- Git
- Ruby
- Ruby on Rails 6
- Yarn
- Node.js
- PostgreSQL
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
$ rails server
This will open the app at 127.0.0.1:3000. If it doesn't open, visit http://localhost:3000
See the open issues for a list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE
for more information.
👤 Josue Brigido