Code Monkey home page Code Monkey logo

simplist's Introduction

Simplist

Janac Meena Mark Tamer Adnan Khan

Me and my teamates made a web app called Simplist.This was Client Server UOttawa Project. It's pretty much a ToDo list web application that allows you add task and take off task using Get/Post/Delete Request using Restful API. To be able to run this you will need to run this on a server since every task you add and delete stays in the "cloud". So pretty much if you add/delete/post a task and open up another browser on the same computer or different PC using the same host name you will see the added/post/deleted task.

Course: SEG2105 Date: 30 November 2013


Directory Contents

/static index.html ----this contains the html for the ui pencil.png ----image for the ui style.css ----the css for the ui todolist-js.js ----the computing logic for the client

test.py ----this is to test the webserver and check localhost

todolist.py ----the computing logic for the webserver to handle restful resources

/venv ----this contains all the dependencies for the webserver

Resources:

<tr>
    <td>GET</td>
    <td>http://[hostname]/todo/tasks</td>
    <td>retrieve list of tasks</td>
</tr>

<tr>
    <td>GET</td>
    <td>http://[hostname]/todo/tasks/[task_id]</td>
    <td>retrieve a task</td>
</tr>

<tr>
    <td>POST</td>
    <td>http://[hostname]/todo/tasks</td>
    <td>create a new task</td>
</tr>

<tr>
    <td>DELETE</td>
    <td>http://[hostname]/todo/tasks/[task_id]</td>
    <td>delete a task</td>
</tr>
method uri what it do

simplist's People

Contributors

mtamer avatar janacm avatar

Watchers

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