All Projects â†’ annict â†’ Annict

annict / Annict

Licence: apache-2.0
The platform for anime addicts built with Rails and Stimulus.js.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Annict

Kitsu Server
🚂 Rails API server for Kitsu
Stars: ✭ 145 (-73.25%)
Mutual labels:  rails, anime
Osem
Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences.
Stars: ✭ 649 (+19.74%)
Mutual labels:  rails-application, rails
Diaspora
A privacy-aware, distributed, open source social network.
Stars: ✭ 12,937 (+2286.9%)
Mutual labels:  rails, social-network
Social Share Button
Helper for add social share feature in your Rails app. Twitter, Facebook, Weibo, Douban ...
Stars: ✭ 567 (+4.61%)
Mutual labels:  rails, social-network
Expertiza
Expertiza is a web application through which students can submit and peer-review learning objects (articles, code, web sites, etc). The Expertiza project is supported by the National Science Foundation.
Stars: ✭ 160 (-70.48%)
Mutual labels:  rails-application, rails
Danbooru
A taggable image board written in Rails 6.
Stars: ✭ 1,077 (+98.71%)
Mutual labels:  rails, anime
Brevidy
A video social network built with Ruby on Rails, HAML, Bootstrap, and jQuery.
Stars: ✭ 220 (-59.41%)
Mutual labels:  rails, social-network
Stories
Medium clone built with Ruby on Rails
Stars: ✭ 688 (+26.94%)
Mutual labels:  rails, social-network
Spotlight
Spotlight enables librarians, curators, and others who are responsible for digital collections to create attractive, feature-rich websites that highlight these collections.
Stars: ✭ 137 (-74.72%)
Mutual labels:  rails-application, rails
Vglist
A video game library tracking web app built in Rails and powered by Wikidata.
Stars: ✭ 78 (-85.61%)
Mutual labels:  rails-application, rails
Nakama
The next social network for anime fans 🚧
Stars: ✭ 105 (-80.63%)
Mutual labels:  anime, social-network
Tomatoes
Pomodoro Technique® online time tracker
Stars: ✭ 344 (-36.53%)
Mutual labels:  rails-application, rails
Has friendship
Add friendship to ActiveRecord models
Stars: ✭ 187 (-65.5%)
Mutual labels:  rails, social-network
Execution time
How fast is your code? See it directly in Rails console.
Stars: ✭ 67 (-87.64%)
Mutual labels:  rails-application, rails
Rspec Rails Examples
RSpec cheatsheet & Rails app: Learn how to expertly test Rails apps from a model codebase
Stars: ✭ 2,089 (+285.42%)
Mutual labels:  rails-application, rails
Socify
🚀 Socify is an open source social networking platform written in Ruby on Rails
Stars: ✭ 363 (-33.03%)
Mutual labels:  rails, social-network
Kails
A Web App like Ruby on Rails with Koa2, Webpack and Postgres
Stars: ✭ 512 (-5.54%)
Mutual labels:  rails
Active storage validations
Do it like => validates :photos, attached: true, content_type: ['image/png', 'image/jpg', 'image/jpeg'], size: { less_than: 500.kilobytes }, limit: { min: 1, max: 3 }, aspect_ratio: :landscape, dimension: { width: { in: 800..1600 }
Stars: ✭ 522 (-3.69%)
Mutual labels:  rails
Inline svg
Embed SVG documents in your Rails views and style them with CSS
Stars: ✭ 510 (-5.9%)
Mutual labels:  rails
Acts as api
makes creating API responses in Rails easy and fun
Stars: ✭ 506 (-6.64%)
Mutual labels:  rails

Annict (アニクト)

The platform for anime addicts.

CircleCI Test Coverage Code Climate Discord

Requirements

To run Annict on a local machine, you need to have the following dependencies installed:

Running the app

$ sudo sh -c "echo '127.0.0.1  annict.test' >> /etc/hosts"
$ sudo sh -c "echo '127.0.0.1  annict-jp.test' >> /etc/hosts"
$ git clone [email protected]:annict/annict.git
$ cd annict
$ bundle install
$ touch .env.development.local
$ bundle exec rails db:setup
$ docker-compose up --build
$ bundle exec rake jobs:work
$ bundle exec rails s

You should then be able to open http://annict.test:3000 (or http://annict-jp.test:3000) in your browser.

Running the tests

// Run all tests
$ bundle exec rspec
// Run system spec with headless browser
$ bundle exec rspec spec/system/xxx_spec.rb
// Run system spec with local browser (Open browser on local machine)
$ NO_HEADLESS=true bundle exec rspec spec/system/xxx_spec.rb

License

Copyright 2014-2021 Annict

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].