Skip to content

kazkosa/taskleaf3

Repository files navigation

README

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

Things you may want to cover:

TicketLine

Overview

This project is implemented to manage the tasks

Description

TBD

Demo

TBD

VS.

TBD

Requirement

  • Ruby 2.7.1
  • Rails 5.2.3
  • MySQL 5.6

Usage

Start your server:

rails s

Open the browser and access to the link below.

http://localhost:3000/

Install

Clone the repository:

git clone https://github.com/kazkosa/taskleaf3.git

Install the dependencies:

bundle install

Create your database:

rake db:create

Migrate the database tables:

rake db:migrate

Populate your development database with sample data:

rake db:seed

Contribution

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Features

  • TBD

Test

Test runs by executing the following command

  • Model Test
bundle exec rspec spec/models/*
  • Controller Test
bundle exec rspec spec/controllers/*
  • System Test
bundle exec rspec spec/features/*
  • All Test at once
bundle exec rspec

DB schema

users table

Column Type Options
name string null: false, unique: true, index: true
email string null: false, unique: true, index: true
password string null: false
admin_level integer null:false

Association

  • has_many :
  • has_many :

xxxx table

Column Type Options

Association

  • belongs_to :

Licence

Copyright (c) 2019 Kazuyuki Kosaka
roleased under the MIT license
https://opensource.org/licenses/mit-license.php

Author

Kazuyuki Kosaka

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published