Giter Club home page Giter Club logo

todo-app's Introduction

Table of contents

General Info

This repository contains Lesna pet project with ToDo app

Live website

Please refer to this link for checking web-site live: http://todotest-env.eba-6k4zduse.eu-north-1.elasticbeanstalk.com/

Brief description

Django RESTful API combined with classic user interface login and to-do list functionality

Users may register and login to their account, views are permission-based. Token authentification is enabled, stored in cookies at the client-side web-app.

Users can create, update, cross and delete their tasks individually without page reloading, thanks to RESTful API URL's triggering. Restrictions are implemented via Token functionality, rest_framework.authtoken package

API functionality: Initially, URL-mapping was organised poorly, so I've rewritten it according to API best-practices: without URL actions naming and based on "collection-element" principle.

Separate registration URL provides possibility of Token acquiring and further request handling.

Technologies

  • Django==3.1.5
  • djangorestframework==3.12.2
  • Jinja2==2.11.2
  • psycopg2-binary==2.8.6
  • flake8==3.8.4
  • JavaScript;
  • Bootstrap;

Deploy

  • PostgreSQL at Amazon RDS;
  • AWS Elastic Beanstalk

Setup

To run this project locally, make the following:

$ git clone https://github.com/lesnata/todo-app.git
$ cd todo-app
$ virtualenv venv_todo
$ source venv_todo/bin/activate
$ (venv_todo)$ pip install -r requirements.txt
$ (venv_todo)$ python manage.py runserver

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.