Begoo入门

First of all lets do check your device  of computer .

1.Download beego and bee tools package

Note:if you dont know what is bee very well will recommend you learn it first.

go get github.com/astaxie/beego

go get github.com/beego/bee

2.environment variable


Begoo入门_第1张图片

3.check is install done and check version of bee


Begoo入门_第2张图片

if you can see this window that means it successed .

4.create a new beego project by bee


Begoo入门_第3张图片

5.run this priject and check in browser


Begoo入门_第4张图片

its mean you can check your first beego project in browser byhttp://localhost:8080

lets check it:


Begoo入门_第5张图片

at all that we can see the logo of beego and done.

material:

1.https://github.com/kaisar420/iparhan_beego//this is a beego project by me.

Good luck !!!

你可能感兴趣的:(Begoo入门)