Coder Social home page Coder Social logo

lista's Introduction

Lista

A shopping list web app

Built with:

  • Vue.js
  • Node.js
  • Express
  • Firebase
  • MariaDB
  • jQuery (redone with Vue)
  • Bootstrap (redone with Vue)

By @anttus & @mkotkav

Rest API documentation:

Lists:

  • Get list by id:
    GET /api/lists/LIST_ID
  • Get user by id:
    GET /api/lists?userId=USER_ID
  • Get users in the list:
    GET /api/lists/users/shared?listId=LIST_ID
  • Insert list:
    PUT /api/lists?userId=USER_ID&listName=LIST_§NAME
  • Insert user:
    PUT /api/lists/users?email=EMAIL&listId=LIST_ID
  • Update list name:
    PATCH /api/lists?listId=LIST_ID&newName=NEW_NAME
  • Remove list:
    DELETE /api/lists/LIST_ID

Items:

  • Get items by list id:
    GET /api/items?listId=LIST_ID
  • Insert item:
    PUT /api/items?name=ITEM_NAME&list_id=LIST_ID
  • Update item name:
    PATCH /ap/items?itemId=ITEM_ID&newName=NEW_NAME
  • Update item status:
    PATCH /api/items/status?itemId=ITEM_ID&completed=1/0
  • Remove item:
    DELETE /api/items?listId=LIST_ID&itemId=ITEM_ID

Users:

  • Get all users:
    GET /api/users
  • Insert user:
    PUT /api/users?userId=USER_ID&email=EMAIL
  • Remove user:
    DELETE /api/users?userId=USER_ID

lista's People

Contributors

anttus avatar

Watchers

James Cloos 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.