cancer-donation-portal-python-flask-app

Flask App for Cancer Donation Portal using basic Python, SQLite3, HTML, CSS and Javascript

https://github.com/kaushikjadhav01/cancer-donation-portal-python-flask-app

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: scholar.google, zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.2%) to scientific vocabulary

Keywords

cancer cancer-donation css donation flask flask-application flask-web html php pyhton python3 sql sqlite webapp website
Last synced: 4 months ago · JSON representation ·

Repository

Flask App for Cancer Donation Portal using basic Python, SQLite3, HTML, CSS and Javascript

Basic Info
  • Host: GitHub
  • Owner: kaushikjadhav01
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 28.2 MB
Statistics
  • Stars: 44
  • Watchers: 2
  • Forks: 16
  • Open Issues: 0
  • Releases: 1
Topics
cancer cancer-donation css donation flask flask-application flask-web html php pyhton python3 sql sqlite webapp website
Created about 6 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

DOI License Code Coverage GitHub contributors Documentation Status GitHub release (latest by date) GitHub issues GitHub closed issues GitHub Repo Size GitHub last commit GitHub language count Commit Acitivity Code Size GitHub forks GitHub stars GitHub watchers

Cancer-Donation-Portal-Python-Flask-App

Flask App for Cancer Donation Portal using basic Python, SQLite3, HTML, CSS and Javascript. Users can register and log in to their account. Once logged in, they can make donations to organisation through the web app and display the list of all donations done during the past week. Live Demo at: http://3.23.155.244:8000/ <!-- TABLE OF CONTENTS -->

Table of Contents
  1. System Description and Functions
  2. Built With
  3. Installation
  4. Authors
  5. Links

System Description and Functions

Live Demo: http://3.23.155.244:8000/

Screenshots


Find how the project looks in screenshots folder Or click here

Built With

Flask Python Javascript SQLite html css bootstrap

Installation

  1. Download and Install Python 3.7
  2. Go to command prompt or anaconda prompt. Change to directory of this repo and type pip install -r requirements.txt
  3. Run the app.py file
  4. Open your web browser and check if you got the website running on your localhost (http://127.0.0.1:5000/)

Authors

Kaushik Jadhav

  • Github: https://github.com/kaushikjadhav01
  • Medium: https://medium.com/@kaushikjadhav01
  • LinkedIn: https://www.linkedin.com/in/kaushikjadhav01/
  • Portfolio: http://kajadhav.me/
  • Linked In: https://www.linkedin.com/in/kajadhav/
  • Dev.to: https://dev.to/kaushikjadhav01
  • Codesignal: https://app.codesignal.com/profile/kaushik_j_vtc
  • Google Scholar: https://scholar.google.com/citations?user=iRYcFi0AAAAJ
  • Daily.dev: https://app.daily.dev/kaushikjadhav01
  • Google devs: https://developers.google.com/profile/u/kaushikjadhav01
  • Stack Overflow: https://stackoverflow.com/users/21890981/kaushik-jadhav

Links

Owner

  • Name: Kaushik Jadhav
  • Login: kaushikjadhav01
  • Kind: user
  • Location: Raleigh, North Carolina, USA
  • Company: @microsoft, @ncstate-university, @browserstack

Incoming Cloud & AI SWE Intern @microsoft | MS CS Fall 2022 @ncstate-university | Ex-Software Engineer @browserstack | Applying my engineering skills to solve

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Jadhav"
  given-names: "Kaushik"
orcid: "https://orcid.org/0000-0000-0000-0000"
title: "Cancer-Donation-Portal-Python-Flask-App"
version: 2.0.0
doi: 10.5281/zenodo.10499131
date-released: 2023-03-29
url: "https://github.com/kaushikjadhav01/Cancer-Donation-Portal-Python-Flask-App"

GitHub Events

Total
  • Watch event: 1
  • Pull request review event: 2
  • Pull request event: 1
  • Fork event: 2
Last Year
  • Watch event: 1
  • Pull request review event: 2
  • Pull request event: 1
  • Fork event: 2

Dependencies

requirements.txt pypi
  • flask *
  • sqlite3 *