Coder Social home page Coder Social logo

tantonio / complete-angularjs-flask-todo-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from saichandra286/complete-angularjs-flask-todo-app

0.0 2.0 0.0 15 KB

A todo web-app using AngularJS as Front-end and Flask as Back-end

Python 39.39% CSS 1.85% JavaScript 33.02% HTML 25.74%

complete-angularjs-flask-todo-app's Introduction

Complete-Angularjs-Flask-Todo-App

A todo web-app using AngularJS as Front-end and Flask as Back-end

Installation

  1. Create a virtualenv for the Flask app, virtual-env flask-app, and start it.

  2. Inside the ToDO directory, install Flask

  3. Run app.py

Summary

This project is using Flask to serve data, and AngularJS to control and view it.

Main features of this App
1. create a newtodo 2. update a selected todo(Just click on the todo) 3. delete particular todo 4. delete multi todo 5. delete all todos 6. search for particluar todo and update or delete todo 7. not allowing duplicates while posting todo or updating todo 8. you can reorder our todos as you like

API Endpoints

Description HTTP Method URL
Get all todos GET saitodo/api/v1.0/tasks
Delete all todos DELETE saitodo/api/v1.0/tasks
Create a new todo POST saitodo/api/v1.0/tasks
Delete multi Todos DELETE saitodo/api/v1.0/tasks/muldelet/:id
Delete a todo DELETE saitodo/api/v1.0/tasks/:id
Update a todo PUT saitodo/api/v1.0/tasks/:id

complete-angularjs-flask-todo-app's People

Contributors

saichandra286 avatar

Watchers

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