sebastianlp / workshop-fullstack-conf-2017

Workshop Fullstack Tech Conf 2017

Home Page:https://ar-fullstack.tech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://ar-fullstack.tech/


Languages

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