Skip to content

🕓 Timestamp converter tool with Python and Docker Compose.

Notifications You must be signed in to change notification settings

macfernandez/timestamp-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timestamp Converter

About this repo

Repo with an API for converting UNIX timestamps to date and time, and vice versa.

The aim of this repo is to practice the networking between containers.

root
 |__ images                 # containers images
 |    |__ base              # base image for back and front
 |    |    |__ Dockerfile
 |    |
 |    |__ app               # backend container  
 |    |    |__ Dockerfile
 |    |
 |    |__ web               # frontend container
 |         |__ Dockerfile
 |
 |__ src                    # source code
      |__ app               # backend
      |    |__ app
      |    |__ setup.py
      |
      |__ web               # frontend
           |__ web
           |__ setup.py

Run

For building the containers:

make build-web

For running:

make run-api

Useful links

About

🕓 Timestamp converter tool with Python and Docker Compose.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published