Giter VIP home page Giter VIP logo

fancy-todo's Introduction

Fancy Todo

A web app to keep track of your to-dos.

Features

  • Search, add, update and delete todos
  • Sign in with your Google account - no password required!

Models

Todos

Attribute Type
name String
description String
status Boolean
due_date Date
entered_date Date
completed_date Date
user MongoDB ObjectId
location Array[Number, Number]

Users

Attribute Type
username String
password String
login_type `"standard"

Server routes

Todos

  • View all todos (Authentication required)
    GET /api/todos

  • View one todo info (Authentication required)
    GET /api/todos/:id

  • Create new todo (Authentication required)
    POST /api/todos

  • Modify a todo (Authentication required)
    PUT /api/todos/:id
    PATCH /api/todos/:id

  • Delete a todo (Authentication required)
    DELETE /api/todos/:id

Users

  • View one user info
    GET /api/users/:id

  • Create new user
    POST /api/users

  • Modify a user
    PUT /api/users/:id
    PATCH /api/users/:id

  • Delete a user
    DELETE /api/users/:id

Other

  • Sign in (standard)
    POST /api/signin

  • Sign in (Google)
    POST /api/gsignin

  • Get Google API Key (Authentication required)
    GET /api/gapi_key

fancy-todo's People

Contributors

kuantumleap123 avatar dmtrxw 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.