/task-manager

This a app for create, assing and complete task. With the goal is learn and practice Ror

Primary LanguageRuby

README

Create a new app

Run rails g scaffold AddName field_name1:field_type1 ... field_nameN:field_typeN

Generate anotates to model

With the 'annotate' gem run the command annotate --models

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

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...