Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.36 KB

File metadata and controls

40 lines (27 loc) · 1.36 KB

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