https://github.com/sebasg22/robusraffleapp
API Restful for Robus Raffle App
https://github.com/sebasg22/robusraffleapp
Last synced: 11 months ago
JSON representation
API Restful for Robus Raffle App
- Host: GitHub
- URL: https://github.com/sebasg22/robusraffleapp
- Owner: SebasG22
- Created: 2017-07-26T14:23:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T14:54:45.000Z (almost 9 years ago)
- Last Synced: 2025-07-20T02:59:10.784Z (11 months ago)
- Language: JavaScript
- Homepage: https://robusraffleapp.herokuapp.com/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Robus Raffle App Backend - Restful
API Restful creada para la aplicacion Robus Raffle App para el manejo de clientes de la compañía.
Las rutas que han sido creadas y probadas son:
**Requerimientos**
* NodeJS instalado
**Despliegue**
1. npm install
2. npm start
**Api Rest Routes**
Las rutas creadas para esta aplicacion son:
1. [GET] (https://robusraffleapp.herokuapp.com/clientes/obtenerClientes) -> Obtiene todos los clientes en el sistema
2. [POST] (https://robusraffleapp.herokuapp.com/clientes/registrarCliente) -> Guarda un nuevo cliente en el sistema - Recibe por parametros POST (id,name,company,psotion,tel,email);
3. [DELETE] (http://localhost:3000/clientes/idCliente) -> Elimina el cliente en la base de datos
**Recursos**
- **Tecnologias**
- [ Node Js - NPM ](https://nodejs.org/es/)
- **Base de Datos**
- [ Mongoose ](http://mongoosejs.com/)
- [ Mlab ](https://mlab.com/)
- **Sintaxis Documentacion**
- [ JSDocs ](http://usejsdoc.org/)
- **Hosting**
- [ Heroku ](https://dashboard.heroku.com/apps)
[Online Demo](https://robusraffleapp.herokuapp.com/) Prueba la version de Robus Raffle Backend