/docker-webapp

Combines AngularJS and KeystoneJS to create a fullstack web application

Primary LanguageJavaScript

Docker | Webapp

Combines AngularJS and KeystoneJS to create a fullstack web application.

Local Development

  1. Install Docker
  2. Run docker-compose up
  3. That's it. As you code, your containers will automatically do the rest!

Frontend


Windows: Go to http://192.168.99.100:8000/ to see your webapp.

Linux/Mac: Go to http://localhost:8000/ to see your webapp.

Backend


Windows: Go to http://192.168.99.100:3000/keystone to login to KeystoneJS.

Linux/Mac: Go to http://localhost:3000/keystone to login to KeystoneJS.