Skip to content

danielhessell/docker-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOCKER API

Badge Badge Badge

An api with Node.js and TypeScript that handles Docker container management.

📌 Table of contents

⚡ Technologies

This project was developed with the following technologies:

💻 Getting started

Before you begin, you will need to have the following tools installed on your machine:

The project can be built with npm or yarn, so choose one of the approach bellow in case you don't have any installed on your system.

Npm is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer.

Also, it’s good to have an editor to work with the code like VSCode.

ℹ️ How to run

Follow the instructions below to download and use the project from this repository:

You can use yarn or npm as package manager to run this project, but preferably I use npm.

Clone this repository using SSH:

git clone git@github.com:danielhessell/docker-api.git

Go to project folder in terminal/cmd:

cd docker-api

Install dependencies:

npm install

Remember to copy the .env.example file to an .env file, changing the information according to your environment.

Run project:

npm run dev

The server will start on port 8081. Go to http://localhost:8081.

🎉 How to contribute to the project

  1. Fork the project
  2. Create a new branch with your changes: git checkout -b my-feature
  3. Save the changes and create a commit message telling what you've done: git commit -m "feature: My new feature"
  4. Submit your changes: git push origin my-feature

If you have any questions, check this out guide on how to contribute to GitHub.

📄 License

This project is under the MIT license. See the LICENSE file for more details.


Made by Daniel Hessel.

About

An api with Node.js and TypeScript that handles Docker container management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors