API de comptabilité horaire.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.