cisebaba / checkify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checkify - Task Management System 📝

Checkify is a full-stack web app to manage the company’s to-do lists.

  • Implemented Django backend to take advantage of class inheritance for simple creation of submission forms.
  • Architected the front-end using Django templates to make a smooth transition to interactive applications. Checkify is a full-stack web app to manage the company’s to-do lists. - Implemented Django backend to take advantage of class inheritance for simple creation of submission forms. - Architected the front-end using Django templates to make a smooth transition to interactive applications.
  • Skills: Cascading Style Sheets (CSS) · HTML5 · Python (Programming Language) · Django · REST APIs


Overview


Landing Page and Project Detail Page

homepage detail

Create & Assign Form and Assigned Tasks Page

createandassign assigned_tasks

For setup

Create a virtual python environment
python -m venv .venv

Activate the environment
source .venv/bin/activate

Update pip
python -m pip install --upgrade pip

Install requirements
pip install -r requirements.txt

Run migrations
python manage.py migrate

Runserver
python manage.py runserver

Create superuser
python manage.py createsuperuser

Access in browser
http://localhost:8000

About


Languages

Language:Python 90.7%Language:HTML 9.1%Language:CSS 0.2%