Begoo入门
2018-06-24 本文已影响0人
Iparhan420
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
3.check is install done and check version of bee
if you can see this window that means it successed .
4.create a new beego project by bee
5.run this priject and check in browser
its mean you can check your first beego project in browser byhttp://localhost:8080
lets check it:
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 !!!