All Projects → fhsinchy → Docker Handbook Projects

fhsinchy / Docker Handbook Projects

Licence: unlicense
Project codes used in "The Docker Handbook"

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Docker Handbook Projects

Nodejs Api Boilerplate
A boilerplate for kickstart your nodejs api project with JWT Auth and some new Techs :)
Stars: ✭ 364 (-44.93%)
Mutual labels:  express, docker-compose
Fullstack Shopping Cart
MERN stack shopping cart, written in TypeScript
Stars: ✭ 82 (-87.59%)
Mutual labels:  express, docker-compose
Docker Compose Nodejs Examples
Finally some real world examples on getting started with Docker Compose and Nodejs
Stars: ✭ 944 (+42.81%)
Mutual labels:  express, docker-compose
Express Mongodb Rest Api Boilerplate
A boilerplate for Node.js apps / Rest API / Authentication from scratch - express, mongodb (mongoose).
Stars: ✭ 153 (-76.85%)
Mutual labels:  express, docker-compose
Home Cloud
The "cloud" at home
Stars: ✭ 269 (-59.3%)
Mutual labels:  express, docker-compose
Express Typescript
Express + TypeScript + Boilerplate for Web / API App
Stars: ✭ 230 (-65.2%)
Mutual labels:  express, docker-compose
Express Postgres Starter
A starter project for Node.js with Express and Postgres running on Docker Compose
Stars: ✭ 107 (-83.81%)
Mutual labels:  express, docker-compose
Express Graphql Mongodb Boilerplate
A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch - express, graphql - (graphql compose), mongodb (mongoose).
Stars: ✭ 288 (-56.43%)
Mutual labels:  express, docker-compose
Strimpack
A platform for livestreamers to make a home for their audience.
Stars: ✭ 378 (-42.81%)
Mutual labels:  express, docker-compose
Node Express Mongoose Demo
A simple demo app using node and mongodb for beginners
Stars: ✭ 4,976 (+652.8%)
Mutual labels:  express
Docker4wordpress
Docker-based WordPress stack
Stars: ✭ 607 (-8.17%)
Mutual labels:  docker-compose
Irisadminapi
iris 框架的后台api项目
Stars: ✭ 544 (-17.7%)
Mutual labels:  docker-compose
Compose
Define and run multi-container applications with Docker
Stars: ✭ 24,462 (+3600.76%)
Mutual labels:  docker-compose
New Bee
开源社区 vue + springBoot - 前后分离微服务的最佳实践
Stars: ✭ 619 (-6.35%)
Mutual labels:  docker-compose
Express Validator
An express.js middleware for validator.js.
Stars: ✭ 5,236 (+692.13%)
Mutual labels:  express
Cabin
🌲 Cabin is the best JavaScript and Node.js logging service and logging npm package
Stars: ✭ 622 (-5.9%)
Mutual labels:  express
Vagrant Docker Compose
A Vagrant provisioner for docker compose.
Stars: ✭ 537 (-18.76%)
Mutual labels:  docker-compose
Generator Express No Stress
🚂 A Yeoman generator for Express.js based 12-factor apps and apis
Stars: ✭ 534 (-19.21%)
Mutual labels:  express
Openuserjs.org
The home of FOSS user scripts.
Stars: ✭ 632 (-4.39%)
Mutual labels:  express
Retro Board
Retrospective Board
Stars: ✭ 622 (-5.9%)
Mutual labels:  docker-compose

Docker Handbook Projects

...

🔔 NOTIFICATION
This branch contains the uncontainzerized versions of the projects. If you want the containerized ones, please check the containerized branch.

This repository holds the code for my Docker Handbook article on freeCodecamp. In the article the readers work through six projects with increasing complexity. These projects are as follows:

  • custom-nginx - A custom NGINX image based on the official alpine image.
  • rmbyext - An executable image project.
  • hello-dock - A single container Vue application.
  • notes-api - A multi container Express API.
  • fullstack-notes-application - A full-stack CRUD application with nginx as a reverse proxy.

Prerequisites

  • Familiarity with the Linux Terminal.
  • Familiarity with JavaScript (some of the later projects use JavaScript).

It's fine if you haven't worked with JavaScript that much. Having a basic knowledge of executing scripts with npm will suffice.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].