Skip to content

Instantly share code, notes, and snippets.

@gayathry2612
gayathry2612 / README.md
Created February 25, 2021 20:02 — forked from joyrexus/README.md
GITHUB Rest API CLI

An introduction to curl using GitHub's API.

Basics

Makes a basic GET request to the specifed URI

curl https://api.github.com/users/caspyin

Includes HTTP-Header information in the output

# Step by Step instructions to install PostGres through Conda (DJANGO TUTORIAL)
This gist I write, because I couldn't find step by step instructions
how to install and start postgresql locally and not globally in the
operating system (which would require sudo).
I hope, this will help especially people new to postgresql!
Assumptions :
You have already installed conda or miniconda and can call conda from the terminal.