• Stars
    star
    1
  • Language
    Python
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is to demonstrate how to deploy Flask to Heroku

More Repositories

1

Build-a-fastapi-and-postgreSQL-API-with-SQLAlchemy

This is code for a video about creating REST API with FastAPI, SQLAlchemy and PostgreSQL.
Python
51
star
2

Pizza-Delivery-API

This is a REST API for a Pizza Delivery service built with FastAPI. Full playlist on Youtube
Python
43
star
3

Introduction-to-SQLAlchemy

This is code I wrote in a video where I was teaching SQLAlchemy
Python
38
star
4

Flask-React-Recipes

This is code for a series of videos where I build a full-stack web application with ReactJS and the Flask framework.
JavaScript
35
star
5

Building-APIS-with-DRF

This is source code for a series of videos in which I cover the Django REST Framework.
Python
30
star
6

FastAPI-SQLModel-crash-course

This is code for a video for a crash course on FastAPI and SQLModel.
Python
24
star
7

Pizza-delivery-API-Django

This is a REST API for a Pizza delivery service implemented with Django.
JavaScript
20
star
8

Build-And-Deploy-A-REST-API-With-Flask

This is a repository for a playlist of videos where I teach building RESTful API with Flask and Flask extensions.
Python
16
star
9

Noted-FastAPI

This is a REST API for a note taking service
Python
12
star
10

SQLAlchemy-2.0-ORM

This is code for a video I am making on SQLAlchemy 2.0 mainly covering the ORM.
Python
11
star
11

Python-object-oriented-programming

This is source code for the series of videos in which I discuss Object oriented programming using the Python programming language.
Python
10
star
12

Build-A-REST-API-With-FastAPI-Beanie-and-MongoDB

This is source code for a video Building A REST API With FastAPI, Beanie and MongoDB
Python
7
star
13

JWT-Auth-for-Flask

A repo I wrote demostrating how to implement JWT Authentication for Flask REST APIs
Python
7
star
14

using-fastapi-jwt-auth

This is code that I have written while learning how to implement JWT authentication with FastAPI using Fast JWT-Auth package
Python
7
star
15

django_course_for_beginners

This is code for a series of videos in on a beginner course about the Django web framework.
Python
5
star
16

FastAPI_firebase_auth

A very simple REST API built to demonstrate how to use Firebase Authentication with FastAPI
Python
5
star
17

Bookapi

This is a project I did to teach building REST APIs with Python Flask and Flask-Restx
Python
5
star
18

recipe_api-marshmallow

This is a simple REST API for recipes built with Flask, SQLAlchemy, Marshmallow and PostgreSQL.
Python
4
star
19

django-auth0-authentication

This is code for a video on how to use Auth0 authentication with Django
Python
4
star
20

SQLAlchemy-asyncio

This is code for a video I am making on SQLAlchemy 2.0 demonstrating how to use it with AsyncIO.
Python
4
star
21

Build-A-REST-API-with-ExpresJS-Sequelize-And-MySQL

This ios code for a video where I built a REST API with ExpressJS, MySQL and SequelizeJS
JavaScript
4
star
22

Intro-to-django-ninja

A simple introduction to Django Ninja framework.
Python
4
star
23

Build-a-web-Application-with-ReactJS-and-Django

This is a beginner project which introduces how to build web applications with ReactJS and Django.
Python
4
star
24

library-api-v2

A library API I have built as a YouTube project Video coming soon.
Python
4
star
25

Hateful

This is a simple django application that enables all people to throw hateful comments at it. Because its ugly. I built so as to learn how to deploy Django to Heroku.
Python
4
star
26

Travel

A simple Web App for learning Express
JavaScript
3
star
27

Learn-Beanie

This is source code I wrote while making a video on Beanie. An async ODM for MongoDB.
Python
3
star
28

Build-a-simple-web-application-with-starlette

This is code for a video about buiding web applications with starlette
Python
3
star
29

Flask-To-do

This is a simple application built with Flask.
HTML
3
star
30

solana_web3.js

This is code for a simple Solana web3js project I have been working on to help me understand the JSON-RPC API and how it can help me build applications on the Solana blockchain.
TypeScript
3
star
31

fun-blog

A blog app built with an intension of having fun with Python and the Flask Framework
Python
3
star
32

simple-ci-cd-demo

This is a simple CI CD pipeline demo for django
Python
3
star
33

Deploying-a-FlaskAPI-to-render.com

This is a simple REST API built to help demonstrate how to deploy Flask REST APIs to render.com
Python
3
star
34

flask-pizza-delivery

This is a Pizaa delivery API
Python
3
star
35

New-Python

This is a repo for me relearning Python programming. Do not pay attention to it
Python
3
star
36

rust-fundamentals

I am learning Rust just to bring it up in conversations.
Rust
3
star
37

Building-A-REST-API-on-Solana-with-ExpressJS-And-Web3.js

This is a simple REST API to help initeract with the solana network through a REST API
JavaScript
3
star
38

Flask-from-scratch

This is code for the series of videos where I teach the Flask web framework from beginnerc concepts to advanced concepts.
HTML
3
star
39

AppwriteFastAPITodo

A REST API built with Python and FastAPI using Appwrite as a database
Python
3
star
40

solana-escrow-program-bult-with-Rust

This is a Rust project buiilt to learn Rust.
Rust
3
star
41

Author-API-V4

This is the final and complete version of the Author API I created using Flask and MySQL. It is a project I did while learning how to build Python Web Services using Flask. It contains concepts such as JWT Authentication. The API is deployed here https://authoapiv4.herokuapp.com/
Python
3
star
42

c--lessons

This is code for my journey learning C++
C++
2
star
43

sqlalchemy_one_to_one_relationships

This is code for a video on SQLAlchemy that demonstrates how to create one to one relationships between two tables.
Python
2
star
44

FirstSolanaProgram

My first ever block chain program built on Solana. This block chain stuff is hyped. I also decided to jump on.
TypeScript
2
star
45

learning-React

This is a repo for everything I will learn with React.
JavaScript
2
star
46

vue-django-todo

This is a Django + VueJS application
Python
2
star
47

allotr

An automated course allocation platform for Uganda Technology And Management University. This is my final year project submission for my Bachelor's of Science In Software Engineering
JavaScript
2
star
48

Python-basic

Python
2
star
49

twotter

VueJS Twitter clone. Learning Project
Vue
2
star
50

django-series

This is source code for a series I am making for Django
HTML
2
star
51

food-tracker-app

This is an application that helps a user to keep track of their daily eating habits.
Python
2
star
52

ruby-adventuring

Just adventuring. Nothing serious
Ruby
2
star
53

sqlalchemy_one_to_many_relationship

This is code for a video on one to many relationships in sqlalchemy
Python
2
star
54

Intro-To-Graphene-Python

This is code for a simple introduction to Graphene Python.
Python
2
star
55

TestDrivenDjango

This is code for a video series on Test Driven Development with the Django web franework.
Python
2
star
56

Assistant_app

Python
2
star
57

listerine

A simple ReactJS app that consumes a Python backend.
JavaScript
2
star
58

django_react_guestbook

This is a very simple web application built with Django and React
Python
2
star
59

covid-19-xray-image-classifier

This is a web app that helps to classify images of chest Xrays predicting Covid, Normal or Pneumonia. It also helps to give a score of how severe the disease is.
JavaScript
2
star
60

Building-Web-Applicatons-with-Masonite-and-Python

This is the repo for all course material I will be creating for my Masonite framework playlist.
Python
2
star
61

pdf-write

A web applications that helps you to convert PDF files to a docx editable format.
JavaScript
2
star
62

Pizza-delivery-Laravel

built with Laravel
PHP
2
star
63

detecting-covid-19-from-chest-xrays

This is a demo of how covid can be detected from Xray images using Tensorflow and keras. Not that efficient.
Jupyter Notebook
2
star
64

Daily_Bread

Daily Bible verse and note taking web app. It uses a Flask REST API and client side JavaScript
JavaScript
2
star
65

Build-a-GraphQL-API-with-Graphene-SQLAlchemy-And-Flask

This is code for a live stream where I walked through how to build a GraphQL API with Flask , SQLAlchemy and Graphene-Python
Python
2
star
66

FastAPI-WebSockets-Chat-App

This is a simple chat Application I built to demonstrate websockets with FastAPI and JavaScript.
HTML
2
star
67

ai-teacher

A set of AI tools that can help students learn.
Python
2
star
68

djangowebsite

Python
1
star
69

Building_web_Applications_with_FastAPI.github.io

Hey guys, This is code for a full course on the FastAPI framework. I cover all topics from beginner topics to advanced topics on the Framework.
Python
1
star
70

simple-flask-demo

This is my first Youtube project. A project for teaching Python Flask.
HTML
1
star
71

fastapi-JWT-authetication

This is code I wrote while learning to secure FastAPI with JWT authentication
Python
1
star
72

ToDoAPI-V2

This is a continuation of ToDOAPI-v1 with cleaner code
JavaScript
1
star
73

library-api

A REST API for books
Python
1
star
74

react-native-notifications

This is a simple app for implementing push notifications with React Native
JavaScript
1
star
75

first-android-app

This is my first ever Android app. It is written in Java
Java
1
star
76

django-guest

Python
1
star
77

Flask_Posts

A RESTful API built as a submission for a technical assignment.
Python
1
star
78

etherator_crawler

Python
1
star
79

apiFlask-crash-course

This is code I wrote for the crash course on APIFlask
Python
1
star
80

building-web-apps-with-django.github.io

HTML
1
star
81

DHMomo

A simple Android app to tell how much bank charges are calculated on withdrawing with Mobile Money.
Java
1
star
82

REST-in-peace

A deeper dive into REST APIs with Flask
Python
1
star
83

BookTime

A Book Store in django built for purposes of learning the Django Framework.
Python
1
star
84

NoisePHP

A simple MVC web framework built to make noise with PHP.
Hack
1
star
85

front-end

This is a repo for all front end projects I will be working on
HTML
1
star
86

games-site.github.io

This is a small games website
CSS
1
star
87

ExpressGuestBook

A simple guest book app created using expressjs
HTML
1
star
88

Build-your-first-Django-web-app-

This is a simple Django tutorial.
Python
1
star
89

django-for-newbies

This has django code for beginners
Python
1
star
90

flutterwave-react-native

This is a demo app I have built to learn how to integrate Flutterwave into a React Native application.
JavaScript
1
star
91

DjangoChatApp

This is a simple Django App built with an intension of learning how sockets work. It is a basic chat app.
Python
1
star
92

Adv-Todo

This is a clone of the ToDo app that comes with Ubuntu. It is a fun project I built to challenge my DOM scripting knowledge. Users can add todos and also set the priority of those tasks
JavaScript
1
star
93

medium_clone_react_django

1
star
94

BluePrints_Flask

Large Application Organization
Python
1
star
95

react-native-todo-app

A simple To-do list application built to learn state management.
JavaScript
1
star
96

angles

Python + React app
JavaScript
1
star
97

intro-to-mysql-connector-for-python

This is code for a video where I talk about the MySQL connector for Python
Python
1
star
98

intro-to-fast-api-and-sqlalchemy

This is a very simple REST API I have built to learn to use SQLAlchemy with FastApi.
Python
1
star
99

jod35

This is my Github's README.md.
1
star
100

pizza-delivery

JavaScript
1
star