Code Monkey home page Code Monkey logo

flask_task-manager-app's Introduction

Task Manager App!

Task Manager demonstrates my skills in Data Centric Development. This application performs create, read, update, and delete calls, otherwise known as CRUD calls, to a MongoDb database. All built with a micro web framework called Flask. Users will be able to register, see their profile, log out, and log back in again. Registered users will be able to add a new task, which includes selecting a due date using Materialize's datepicker component, and toggle a swich to mark the task as urgent. Users will also be able to edit tasks, but will only be permitted to edit and or delete their own tasks, not any of the tasks submitted by others.

Using one of Flask's dependencies, I have added security through rudimentary user authentication and authorization.


Languages/Frameworks used

  • HTML5
  • CSS3
  • Bootstrap
  • Python3
  • Flask

Database

  • MongoDb

Requirements

click==7.1.2
dnspython==2.0.0
Flask==1.1.2
Flask-PyMongo==2.3.0
itsdangerous==1.1.0
pymongo==3.11.2
Werkzeug==1.0.1

Deployment/Activation

Github pages doesn't really like flask designed sites.. So I used Heroku!

Installing Flask

gitpod /workspace/task-manager-app $ pip3 install Flask

Starting Flask

gitpod /workspace/task-manager-app $ python3 app.py

Installing PyMongo

gitpod /workspace/task-manager-app $ pip3 install Flask-PyMongo

Installing Heroku

gitpod /workspace/task-manager-app $ npm install -g heroku

Heroku Login

gitpod /workspace/task-manager-app $ heroku login -i
heroku: Enter your login credentials
Email: [email protected]
Password: *****************
Logged in as [email protected]

User Stories

Marcela Estay
Very useful application. I find the user interface to be extremely (new) user friendly.

Ronda Lee
Task Manager has helped me with keeping uptodate with my daily tasks. Very easy to get started with, much like Facebook and or Twitter.

Micheal Opal
This has been my go to for keeping track of my studies. Highly recommend!!

WireFrames

Home Page
Here is where all users can see which tasks are still needed to completed: Home Page

Registration Page
All new users will need to register to add their own tasks: alt text

Add Task Page
Authorized user may add their new tasks here: alt text

Manage Tasks Page
Authorized admin users can edit/delete tasks: alt text

Live Link (Heroku)

Task Manager

flask_task-manager-app's People

Contributors

randyaajr avatar

Watchers

 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.