Skip to content

demiancy/tutorial-rails6-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tutorial of Ruby on Rails 6 - Simple Project Management

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published