Skip to content

Instantly share code, notes, and snippets.

View njoromyke's full-sized avatar
🎯
Focusing

Michael Njoroge njoromyke

🎯
Focusing
View GitHub Profile
@carlssonk
carlssonk / deploy_node_do.md
Last active October 25, 2024 21:38
Deploy node.js app to DigitalOcean

Deploy Node.js Application to DigitalOcean

This step by step tutorial will show you how to set up a Node.js server with MongoDB to DigitalOcean using PM2, NGINX as reverse proxy and a SSL from LetsEncrypt. We will also add a custom domain name.

Prerequisites

Create Droplet & Generate SSH Key

@Aroniez
Aroniez / kenyan_counties.json
Last active July 12, 2024 09:52
List of kenyan counties and their sub-counties in json format
[
{
"name": "Baringo",
"capital": "Kabarnet",
"code": 30,
"sub_counties": [
"Baringo central",
"Baringo north",
"Baringo south",
"Eldama ravine",
@kharioki
kharioki / counties.json
Last active September 5, 2024 18:41 — forked from pensely/counties.json
Kenya county names, codes and capitals in JSON
[{
"name": "Mombasa",
"code": 1,
"capital": "Mombasa City"
}, {
"name": "Kwale",
"code": 2,
"capital": "Kwale"
}, {
"name": "Kilifi",