https://github.com/accenture/tldr-todo-client
Client component for the Todo demo app for The Lightweight Docker Runtime
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.1%) to scientific vocabulary
Repository
Client component for the Todo demo app for The Lightweight Docker Runtime
Basic Info
- Host: GitHub
- Owner: Accenture
- License: other
- Language: JavaScript
- Default Branch: master
- Size: 4.24 MB
Statistics
- Stars: 0
- Watchers: 7
- Forks: 4
- Open Issues: 0
- Releases: 0
Metadata Files
readme.md
Todo-backend reference client
This is a todo app which uses the todo-backend API to store it's todos.
Provenance
This app is a slightly-modified version of the TodoMVC Architecture Example for for backbone.js.
Pre-requisites
The following are necessary to run the application:
- Docker Toolbox 1.9, with Docker-machine and Docker-compose
- Node.js (4.x or 5.x recommended)
Building the container
In order to build the container, first install the needed NPM dependencies for the Node.js backend:
npm install
Then, create a Docker node with docker-machine:
docker-machine create -d virtualbox dev
eval $(docker-machine env dev)
Finally, build the container:
docker build -t tldr/todo-client .
Running the container
Use the following command:
docker run -d -p 8080:80 tldr/todo-client
Developing the application
TODO
TODO
- Describe the development process, possibly including a compose file to support local development
- Document the components that are part of this container, and how they are used (nginx, consul-template, etc)
Owner
- Name: Accenture
- Login: Accenture
- Kind: organization
- Website: https://accenture.github.io
- Repositories: 185
- Profile: https://github.com/Accenture
Accenture Github site
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0