GithubHelp home page GithubHelp logo

josesantorcuato / api-sencilla-rails-crud Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 530 KB

Api sencilla desarrollada en Ruby on Rails para consumir, próximamente se agregará estilos. Por José Santorcuato Tapia.

Ruby 7.29% JavaScript 89.57% CoffeeScript 0.05% CSS 1.30% HTML 1.79%

api-sencilla-rails-crud's Introduction

README

Aplicación sencilla, api para consumo desarrollada en Rails, CRUD, para mayor comodidad te invito a descargar el repositorio y renonmbrarlo "profesores".Puedes ejercitar agregando estilos. Esta Api utiliza postgreSQL

Puedes verlo en línea :

https://agile-island-18325.herokuapp.com/profesores

Rutas:

Prefix Verb URI Pattern Controller#Action

profesores GET /profesores(.:format) profesores#index POST /profesores(.:format) profesores#create new_profesore GET /profesores/new(.:format) profesores#new edit_profesore GET /profesores/:id/edit(.:format) profesores#edit profesore GET /profesores/:id(.:format) profesores#show PATCH /profesores/:id(.:format) profesores#update PUT /profesores/:id(.:format) profesores#update DELETE /profesores/:id(.:format) profesores#destroy

El modelo es este:

rails generate scaffold Profesores nombre:string disciplina:text titulo:string fecha_nac:date

*No olvides editar el archivo config/database.yml con tus parámetros de conexión.

api-sencilla-rails-crud's People

Contributors

josesantorcuato avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.