Skip to content

nomanaadma/Hello-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Docker

A simple project that count visits of user

Prerequisites

1.Make sure you have docker and docker compose installed

Built With

  • Docker - Use to build Project
  • Docker-Compose - Use to create network between Redis server and Node application throught services easily
  • Redis - Redis server used to store counts of visit
  • Node - The nodejs runtime for project

Usage

Run following command in your terminal

docker compose up --build

remove --build argument if you are rerunning the app witout making any change in dockerfile and docker-compose.yml file

and you are good to go visit http://localhost:4001

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

A simple project that counts visits of user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published