- Node.JS ToDo front-end application
$ npm install
$ npm start
Ensure you set your /etc/hosts to have an entry for api
:
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
::1 localhost
127.0.0.1 api
$ docker-compose up