Skip to content

leonardobussi/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

  • meu site top

cell web

https://taskks.herokuapp.com/tasks

routes (api versao 1)

observação --> essa documentarção é sobre a versão v1 da api

users


exemple

observable

  • project rails

    • config/application.br => config.hosts << "api.task-manager.test"
  • archive hosts (operational system)

    • linux => etc/hosts
      • exemple => 127.0.0.1 api.task-manager.test

error, not exist route /users at the using the subdomain api.name-application.test


## params for request at the postman

when requesting via post, add in the body form-data field
user[email] email@emailcom
user[password] senha
user[password_confirmation] senha


api versao 2

  • estou com preguiça para documentar

description

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

--> feito por leonardobussi