Skip to content

Create a simple Dashboard that shows Running and Stopped containers from a Docker server, and you should also be able to start, stop, delete that containers and create new ones sending the image name.

License

Notifications You must be signed in to change notification settings

duanribeiro/stone_exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stone Python Developer Challenge

The full exercicise can be found here: https://github.com/stone-payments/python-dev-challenge
alt text

  1. Run the server-side Flask app in one terminal window:

    $ cd server
    $ python3.7 -m venv env
    $ source env/bin/activate
    (env)$ pip install -r requirements.txt
    (env)$ python3 app.py

    Navigate to http://localhost:5000

  2. Run the client-side Vue app in a different terminal window:

    $ cd client
    $ npm install
    $ npm run serve

    Navigate to http://localhost:8080

------ The most importants files of project ------

client: stone_exercise/client/src/components/Containers.vue
server: stone_exercise/server/app.py

About

Create a simple Dashboard that shows Running and Stopped containers from a Docker server, and you should also be able to start, stop, delete that containers and create new ones sending the image name.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •