GithubHelp home page GithubHelp logo

toutou7 / echo-server-tutorial Goto Github PK

View Code? Open in Web Editor NEW

This project forked from verybluebot/echo-server-tutorial

0.0 0.0 0.0 1.28 MB

this project is a part of youtube tutorial series for creating a web server in Golang using the Echo package

Go 17.93% CSS 36.45% HTML 38.00% JavaScript 7.62%

echo-server-tutorial's Introduction

Golnag Server using Echo Tutorials Series - Link

Sources for tutorial series on Youtube for creating a web server in Golang using the Echo Package.

Description

The Series will go through most of Echo features like requests types, CRUD, playing with headers, cookies Middlewares and more. Starting from the very basic 'hello world' and finishing with a full production server ready for a real life app.

Structure

Each part have a video and a branch of the end state, each next part starts on top of the one before it. master is the last published part.

Installation

Clone the project:

  git clone https://github.com/verybluebot/echo-server-tutorial.git

cd into it:

 cd echo-server-tutorial

define GOPATH: note: this is asuming you are inside the root of the project.

 echo GOPATH=`pwd` 

build binaries:

go install main

run the server:

bin/main

Note: if you want to use anything other the master aka the last publish part, switch to its branch and build binaries.

list all branches:

 git branch -a

checkout to the branch you want and build/run like before:

 git checkout part_1_hello_world

 go install main

 bin/main

echo-server-tutorial's People

Contributors

verybluebot 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.