GithubHelp home page GithubHelp logo

simple-python-web-app's Introduction

Simple TODO Application

This is a simple TODO reminder application that allows one to create, update and manage their tasks easily.

Usage

One can add/create a task and it will be listed. They can also filter by a search criteria, whether completed or uncompleted. They can also edit, delete and also mark as completed.

Technologies Used

  • Flask: A micro web framework for python.
  • HTML5/CSS3: For styling the website.
  • MongoDB: A NoSQL database for storing task data.
  • Python: The main programming language used to build the web application.

Installation

Before running/installing the application, make sure you have the following prerequisites installed:

  • Python3.x: You can download from the official website Python website.

  • MongoDB: You can download from the official website MongoDB.

  • Flask: You can follow the steps from this website to install it to your machine Flask.

  • PyMongo: This is a simple but powerful Python distribution containing tools for working with MongoDB and is the recommended way to work with MongoDB from Python. PyMongo.

  • BSON: Used for getting objectId property of mongodb document. BSON.

Once you have them downloaded, follow the below steps to install the project:

  1. Clone this repository to your local machine

      [email protected]:Musyoki-Wambua/Simple-Python-Web-APP.git
    
  2. Navigate to the project directory:

     cd Simple-Python-Web-APP
    
  3. (Optional) Create a virtual environment(Recommended):

     python -m venv venv
    
  4. Activate the virtual enviroment:

     source venv/bin/activate
    
  5. Start the Flask application:

     python app.py
    

Visit here or http://localhost:5000 on your web browser to access the TODO application.

LICENSE

This repository is distributed under the ISC License.

Author

This repository is maintained by: Joseph Wambua.

simple-python-web-app's People

Contributors

musyoki-wambua 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.