Skip to content

vretamal/acid_challenge

Repository files navigation

Acid Challenge

Challenge to apply for Acid Labs

Getting Started

To run this project localy, you must excecute rails s.

Demo on Heroku

Prerequisites

Do you need install:

  • Ruby on Rails 5.1
  • Postgresql

Installing

Install the gems, create de database and migrate the database.

bundle install
rake db:create
rake db:migrate

Routes

Verb   URI Pattern
GET    /
POST   /login_form_post(.:format)
GET    /users(.:format)
POST   /users(.:format)
GET    /users/new(.:format)
GET    /users/:id/edit(.:format)
GET    /users/:id(.:format)
PATCH  /users/:id(.:format)
PUT    /users/:id(.:format)
DELETE /users/:id(.:format)
POST   /rest/login(.:format)
POST   /rest/verify_user/:email(.:format)

Authors

About

Challenge to apply for Acid Labs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published