Git Product home page Git Product logo

angular-golang-todo's Introduction

GO + Angular Todo

This is a simple Todo using GO in the backend and Angular 4 for client side. It's uses the basic memory storage to maintain the list.

Installation

Install Go and Node.js Install Angular CLI

$ npm install -g @angular/cli

Clone the repo

$ git clone [email protected]:salman-amjad/angular-golang-todo.git

Install the dependencies and devDependencies and start the server.

$ cd angular-golang-todo
$ go get
$ cd client
$ npm install -d

Development server

This can be done in two ways:

  • Run go run *.go< this will start a server at http://localhost:8080
  • Serve only Angular: cd client, ng serve --watch, this will serve client at http://localhost:4200
  • Run using a task manager gin --port 8000 --appPort 8080 run, this will proxy our app at http://localhost:8000 and watch for fiel chnages.

Note: This code is just an example and isn't production ready.

Next

  • Implement MVC
  • Use Mongo DB for data storage.

angular-golang-todo's People

Contributors

salman-amjad avatar

Watchers

 avatar  avatar

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.