desainis / todos-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License


Logo Logo

Todos App

This sample web application is used to demonstrate how to manage complex AWS Architectures using Ansible.
Explore the docs »

View Demo · Report Bug · Request Feature

Demo

Table of Contents

About The Project

  • This project is meant to be an sample web application on how to manage complex AWS architectures using Ansible.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
npm install npm@latest -g

Installation

  1. Clone the repo
git clone https://github.com/desainis/todos-app.git
  1. Build the docker image
docker build -t <username>/vuejs-todos-app .
  1. Run the container
docker run -it -p 8080:8080 --rm --name vuejs-todos-app desainis/vuejs-todos-app
  1. View the app at http://localhost:8080

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/desainis/todos-app

Acknowledgements

________________________________________
/ Geerling Guy is Awesome                \
|                                        |
|                                        |
\ -- Some Smart Guy                      /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

About

License:MIT License


Languages

Language:HTML 93.9%Language:Dockerfile 6.1%