Git Product home page Git Product logo

golang-catapi's Introduction

Enable Golang in VSCode

https://docs.microsoft.com/en-us/azure/developer/go/configure-visual-studio-code

create new beego project inside project folders.

Make sure bin folder is added in the path. It is the golang path. Then run: bee new golang-catapi This will create a new golang project with beego Run go mod tidy Run go get Now enter inside project folder and bee run it will open http://localhost:8080/

GOLang basics

  1. Variadic functions can be called with any number of trailing arguments. For example, fmt.Println is a common variadic function.
  2. In Go the concept of char is called Rune
  3. Go supports methods defined on struct types.

parse json response

https://dev.to/billylkc/parse-json-api-response-in-go-10ng https://mholt.github.io/json-to-go/

Project Structure

  1. This project contains the golang features
  2. GET and POST request from backend go project to frontend and parse the response

Project output

![Search Cat and Make Favorite] (https://github.com/W3-Anjan/golang-catapi/blob/master/static/img/1.PNG?raw=true)

![Get all Favorites Cat] (https://github.com/W3-Anjan/golang-catapi/blob/master/static/img/2.PNG?raw=true)

golang-catapi's People

Contributors

w3-anjan avatar

Watchers

 avatar  avatar

Forkers

anjandebnath

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.