API de comptabilité horaire.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Lou 0e529f8a0a master.key is now used in production environment 3年前
app Added duration field to Task migration, timestamps fields are now sent with def show in Task controller 3年前
bin Init commit 3年前
config master.key is now used in production environment 3年前
db Added duration field to Task migration, timestamps fields are now sent with def show in Task controller 3年前
lib Setup tokens controller 3年前
log Init commit 3年前
public Init commit 3年前
storage Init commit 3年前
test Added duration field to Task migration, timestamps fields are now sent with def show in Task controller 3年前
tmp Init commit 3年前
vendor Init commit 3年前
Gemfile Activate CORS 3年前
Gemfile.lock Activate CORS 3年前
README.md Updated Readme 3年前
Rakefile Init commit 3年前
config.ru Init commit 3年前
erd.pdf Added duration field to Task migration, timestamps fields are now sent with def show in Task controller 3年前

README.md

Registra

Rails API

Ruby 3.0.1 // Rails 6.1.3.1

Voir cet article pour installer Ruby avec Rbenv, un gestionnaire de version pour Ruby.
Installer rails : gem install rails -v 6.1.3.1

1. Installation

  1. bundle install
  2. rails db:migrate (et rails db:seed pour peupler la db avec des données factices, si nécessaire)
  3. rails server pour lancer un serveur local sur le port 3000

2. Endpoints

La commande rails routes fournie l’ensemble des endpoints et requêtes HTTP disponibles. L’ensemble des requêtes se font sur la base : localhost:3000/api/v1.