Skip to content

A set of Node Tasklist APIs which explores some databases and web frameworks.

Notifications You must be signed in to change notification settings

AgtLucas/node-api-examples

Repository files navigation

Node API Examples (Working in progress)

A set of Node Tasklist APIs which explores some databases and web frameworks.
This is a code base of todo-api's examples written in ES6 for study purposes.

Projects

TODO

  • express-knex-api
  • express-redis-api
  • express-leveldb-api
  • hapi-mongoose-api
  • hapi-rethinkdb-api
  • hapi-sequelize-api
  • hapi-knex-api
  • hapi-redis-api
  • hapi-leveldb-api

Setup

  • Clone this repository
  • Choose one of these project: cd project-name-api
  • Install dependencies: npm install
  • Start server: npm start
  • Access the url: http://localhost:3000
  • CRUD endpoints:
    • Listing tasks: GET /tasks
    • Finding task: GET /tasks/:task_id
    • Creating task: POST /tasks
    • Updating task: PUT /tasks
    • Deleting task: DELETE /tasks/:task_id

Contributing

New project's are welcome! If you want to contribute, please click here to follow this simple rules.

Collaborators

Caio Ribeiro Pereira - https://twitter.com/crp_underground

License

The MIT License (MIT) Copyright © 2016 Caio R. Pereira, http://crpwebdev.com caio.ribeiro.pereira@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A set of Node Tasklist APIs which explores some databases and web frameworks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published