Skip to content

sebastianlp/workshop-fullstack-conf-2017

 
 

Repository files navigation

Tools

Quick start

Running locally

To run the client and the API on your local machine:

  1. Install Docker.
  2. docker-compose up
  3. Test the API to http://localhost:3000/api/v1/notes.json
  4. Test the client (and its connectivity to the API) by going to http://localhost:4000.

The docker-compose.yml file mounts noteboard-client and noteboard-api folders as volumes in each Docker image, so any changes you make to the apps on your host OS will automatically be reflected in the running Docker container. This lets you do iterative "make-a-change-and-refresh" style development.

Docs

You will find a lot of resources on docs folder, please see the list below:

  • Homework

  • Resources

  • React

  • Rails

  • Docker

  • Terraform

Slides

You can find the slides here

About

Workshop Fullstack Tech Conf 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 54.3%
  • HCL 23.8%
  • JavaScript 15.7%
  • HTML 2.9%
  • Shell 1.9%
  • CSS 1.4%