/todoapp

This is a project enables you to create a todolist with the due dates clearly displayed

Primary LanguagePython

todoapp

By George Karumbi

Description.

This is a project enables you to create a todolist with the due dates clearly displayed

Getting Started.

  • Clone this repository to your local machine and install all the dependencies listed in the requirements.txt file.

Prerequisites.

  • Python3.8
  • postgresql

API End-points

User Stories

*Post various categories of your todo's e.g work projects, personal projects *Post your todolists according to various categories *Select and Delete items on your todolists accordingly

Installation Process

  • open my GitHub
  • find my repo todoapp
  • run git clone REPO-URL in your terminal
  • write cd todoapp
  • create a virtual environment with python3.8 -m venv virtual
  • enter virtual environment . virtual/bin/activate
  • run pip install -r requirements.txt
  • create Postgres Database
  • run python3.8 manage.py makemigrations/migrate
  • run python3.8 manage.py runserver to run the application

Running the application

  • To open local server run python manage.py runserver.

link to the live site.

Technologies used.

  • HTML
  • Bootstrap CSS
  • Python language.
  • Django-4.0.3: python web Framework.

License

MIT Copyright (c) 2022 George Karumbi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.