Git Product home page Git Product logo

easel-back's Introduction

Easel - image viewer

alt text

This is backend of Easel.

Rails7.1 + Sorcery(authentication) + Pagy(paging) +
Shrine(upload) + ActsAsTaggableOn(tag) +
RailsAdmin (management console) + Discard(soft delete) +
Hotwire (Turbo + Stimulus3) + Bootstrap5

The legacy frontend + backend implemented by Ruby on Rails moved to easel-legacy.
(+ Vue.js 3)

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version : 3.3.4

  • Rails version : 7.1.3

  • System dependencies : pnpm & postgresql & minio & redis & libvips & direnv

  • Deployment instructions

    • Run bundle install --path vendor/bundle to install the required Rubygems
    • Run pnpm install to install the required NPM packages
    • Run cp .env.local.example .env to edit environment variables
    • Run EDITOR="vi" bin/rails credentials:edit to create credentials
    • Run direnv allow to set environment variables
    • Run bundle exec rails db:create to create a development database
    • Run bundle exec rails db:migrate to create database schema
    • Run bundle exec rails db:seed to sample records
    • Run bin/rails assets:precompile to bundle the included javascript modules
    • Run bin/dev to spin up the Rails dev server
    • Hit localhost:3000 and you should be ready to go!
  • ...

License

The MIT License (MIT). Please see License File for more information.

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.