tutorial-rails6-1

Tutorial Rails 6 – Simple Project Management

First tutorial of Ruby on Rails 6

Note:

  • I am use a Bootstrap 5.
  • To install Fontawesome I use yarn.
  • In drag & drop task, only the grip icon enable the action.
  • Added changes between the part 2 and part 3 outside tutorial.
  • I tried remove the code “case” in the model.

App

Simple project management app

Features

  • User authentication
  • Project management
  • Project task management
  • Drag & drop for ordering the tasks

Documentation

All documentation it is inside of our wiki.

Deployment

First you have to download the repository

git clone https://github.com/demiancy/tutorial-rails6-1.git

The repository have the files for deploy app in Docker, with the next command you start the app in the port 3000

docker-compose up

In case of not have Docker, you can copy the folder app into document root of your server

Screenshots

Screenshot 1 Screenshot 2

Visit original content creator repository https://github.com/demiancy/tutorial-rails6-1

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *