Skip to content

Instantly share code, notes, and snippets.

View amani-joseph's full-sized avatar
💭
php, angular, react, nextjs, js, python, & java

Joseph Amani amani-joseph

💭
php, angular, react, nextjs, js, python, & java
View GitHub Profile
@amani-joseph
amani-joseph / DEPLOYING-DJANGO-APPS-TO-HEROKU.md
Created March 26, 2022 13:51 — forked from newtonkiragu/DEPLOYING-DJANGO-APPS-TO-HEROKU.md
Deploying Django Applications to heoroku

How to Deploy Django Applications on Heroku

Install heroku CLI

Sign up to Heroku.

Then install the Heroku Toolbelt. It is a command line tool to manage your Heroku apps

After installing the Heroku Toolbelt, open a terminal and login to your account:

@amani-joseph
amani-joseph / django_cheat_sheet.md
Created March 19, 2022 19:37 — forked from bradtraversy/django_cheat_sheet.md
Django command cheat sheet

Django 2.x Cheat Sheet

Creating a virtual environment

We need to create a virtual env for our app to run in: More Here Run this command in whatever folder you want to create your venv folder

python -m venv ./venv
@amani-joseph
amani-joseph / README-Template.md
Created March 18, 2022 22:45 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@amani-joseph
amani-joseph / index.html
Created February 1, 2021 21:17
Rich Dad Poor Dad // source https://jsbin.com/xobepo
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rich Dad Poor Dad</title>
<style id="jsbin-css">
body {
background-color: teal;
@amani-joseph
amani-joseph / index.html
Created January 12, 2021 20:52
HOME-MADE CAKE // source https://jsbin.com/gixagah
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>HOME-MADE CAKE</title>
<style id="jsbin-css">
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
body {
justify-content: center;
@amani-joseph
amani-joseph / index.html
Created January 12, 2021 12:29
HOME-MADE CAKE // source https://jsbin.com/gixagah
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>HOME-MADE CAKE</title>
<style id="jsbin-css">
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
body {
justify-content: center;
@amani-joseph
amani-joseph / index.html
Created January 10, 2021 13:53
HOME-MADE CAKE // source https://jsbin.com/gixagah
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>HOME-MADE CAKE</title>
<style id="jsbin-css">
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
body {
background-color: teal
@amani-joseph
amani-joseph / index.html
Created January 10, 2021 13:28
HOME-MADE CAKE // source https://jsbin.com/gixagah
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>HOME-MADE CAKE</title>
<style id="jsbin-css">
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
body {
background-color: teal
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Joe Amani</title>
</head>
<body>
<h1>ABOUT ME</h1>
<h2>Summary</h2>