Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aliartiza75/total-js-dockerization

A sample total.js project that will be containerized(docker)
https://github.com/aliartiza75/total-js-dockerization

Last synced: 26 days ago
JSON representation

A sample total.js project that will be containerized(docker)

Awesome Lists containing this project

README

        

# total-js-dockerization
An emtpy Total.js project. This project will be used to demonstrate how to containerize(docker) Total.js application. It is build on top on this [project](https://github.com/totaljs/emptyproject-restservice)

# Guidelines for testing this project
- Clone project
- open terminal / command-line
- open app directory
- install latest version of Total.js from NPM `$ npm install total.js`
- run `$ node debug.js`
- open browser `http://127.0.0.1:8000`

# Guidelines for running this project as a docker container
- Following the guildelines given in this [link](https://medium.com/@aliartiza75/deploy-the-total-js-application-as-a-docker-container-e7116cecd47c)