Code Monkey home page Code Monkey logo

todo-golang-angular's Introduction

todo-golang-angular

To run code locally without docker, just run npm i from the todo-ui repo and npm run start in your terminal/console.

Dockerize and run

Quick Command: npm run docker

** NOTE: Haven't yet setup docker to handle environment variables. If you want to build UI docker for production, navigate to the Dockerfile and change RUN npm run build to RUN npm run build:prod.

UI Docker

  • Navigate: cd todo-ui
  • Build: docker build -t todo-ui .
  • Run: docker run -p 4200:4200 todo-ui

API Docker

  • Navigate: cd todo-api
  • Build: docker build -t todo-api .
  • Run: docker run -p 8000:8000 todo-api

GCloud Commands

  • UI: glcoud builds submit --tag gcr.io/todo-275421/todo-ui
  • API: glcoud builds submit --tag gcr.io/todo-275421/todo-api

todo-golang-angular's People

Contributors

lmkerr avatar

Watchers

 avatar

todo-golang-angular's Issues

As a User, I should be able to login via Google Oauth

As a Unauthenticated User, I should be able to login via Google OAuth

ACCEPTANCE CRITERIA:
GIVEN That I am an Unauthenticated User
THEN I should be directed to a login page
AND I should be able to authenticate with google
THEN I should be redirected to the ToDo's list page

Clean Up API Structure

Clean Up API Structure

DESCRIPTION:
API is a single file right now. Look into restructuring to separate out structs, handlers, and db services.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.