Skip to content

aelbaz926/build-tools-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Tools Demo Applications

This repository contains demo applications for the Build Tools & Package Managers course.

📦 Demo Applications

  1. maven-demo - Java application using Maven
  2. npm-demo - Node.js REST API using npm
  3. pip-demo - Python Flask application using pip
  4. go-demo - Go REST API using Go Modules

🚀 Quick Start

Each demo has its own directory with a README containing:

  • Prerequisites
  • Installation commands
  • Run commands
  • What the demo demonstrates

Navigate to each directory and follow the README instructions.

📋 Prerequisites Overview

  • Java: JDK 11+ and Maven 3.6+
  • Node.js: Node.js 16+ and npm 8+
  • Python: Python 3.8+ and pip
  • Go: Go 1.19+

🎯 Course Objectives

Learn how to:

  • Manage dependencies with different build tools
  • Understand configuration files (pom.xml, package.json, requirements.txt, go.mod)
  • Build and run applications
  • Work with package registries

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors