Skip to content

It is a website made using Django and HTML CSS. The purpose is to make a child support chaining form.

Notifications You must be signed in to change notification settings

manipta/ChildCheer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Child Cheer - Overview

Technologies Used:

  • Frontend: HTML , CSS
  • Backend: Django
  • DB used: SQLite (Django's default)
  • Live Link: Will Update Soon

There are major 3 interfaces:

  • Form Responses/Home Page

image

  • Form Page

Form Page

  • Admin Dashboard

Admin Dashboard

I am also handling errors.It may include for invalid contact number or already existing record or other fields as well

Installation

  • Run below in terminal (It will do Everything :) ):

    git clone https://github.com/manipta/ChildCheer.git
    cd ChildCheer
    py manage.py runserver
    
  • Admin Dashboard: append '/admin' (without quotes) at the end of url for e.g. http://127.0.0.1:8000/admin

  • You Have to create superuser using py manage.py createsuperuser

Demo Video

Assignment2_compressed.mp4

NOTE: This Repo is Related to an Assignment Work that belongs to IIT-B

About

It is a website made using Django and HTML CSS. The purpose is to make a child support chaining form.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published