Stocks

所属分类:金融证券系统
开发工具:CSS
文件大小:12711KB
下载次数:0
上传日期:2019-01-21 20:10:19
上 传 者sh-1993
说明:  股票、技术分析工具和每日信号发生器。
(Stocks,Technical analysis tool and daily signal generator.)

文件列表:
Dockerfile (458, 2019-01-22)
LICENSE.txt (1076, 2019-01-22)
go.sh (85, 2019-01-22)
src (0, 2019-01-22)
src\app (0, 2019-01-22)
src\app\Gruntfile.js (2521, 2019-01-22)
src\app\app (11960085, 2019-01-22)
src\app\appback (13229192, 2019-01-22)
src\app\certs (0, 2019-01-22)
src\app\certs\privkey.pem.example (712, 2019-01-22)
src\app\certs\pubkey.pem.example (247, 2019-01-22)
src\app\conf (0, 2019-01-22)
src\app\conf\app.conf.example (629, 2019-01-22)
src\app\controllers (0, 2019-01-22)
src\app\controllers\default.go (9271, 2019-01-22)
src\app\controllers\login.go (4039, 2019-01-22)
src\app\history_curl.sh (1821, 2019-01-22)
src\app\history_curl.txt (2393, 2019-01-22)
src\app\main.go (1994, 2019-01-22)
src\app\package.json (656, 2019-01-22)
src\app\providers (0, 2019-01-22)
src\app\providers\genetic.go (10601, 2019-01-22)
src\app\providers\genetic_experm.go_ (6957, 2019-01-22)
src\app\providers\genetic_old.go_ (5783, 2019-01-22)
src\app\providers\mailer.go (933, 2019-01-22)
src\app\providers\probes.go (361, 2019-01-22)
src\app\providers\stocks.go (37738, 2019-01-22)
src\app\providers\user.go (1768, 2019-01-22)
src\app\routers (0, 2019-01-22)
src\app\routers\router.go (1530, 2019-01-22)
src\app\sass (0, 2019-01-22)
src\app\sass\base.scss (100, 2019-01-22)
src\app\sass\components (0, 2019-01-22)
src\app\sass\components\_buttons.scss (3411, 2019-01-22)
src\app\sass\components\_cards.scss (2230, 2019-01-22)
src\app\sass\components\_carousel.scss (486, 2019-01-22)
src\app\sass\components\_chips.scss (461, 2019-01-22)
... ...

# GO Skeleton This project is a jumpstart kit for a Golang web apps. ### To get going: - Clone the project. ``` git clone https://github.com/ausrasul/goSkeleton.git ``` - Make a new copy of the start.sh file to my_start.sh and update the content with the correct path to the project. - Source the new start.sh file to get the env variables for golang and beego. ``` source ./my_start.sh ``` - Update the config file ``` cd goSkeleton/src/app/conf cp app.conf.sample app.conf ``` - Install the following packages: ``` go get github.com/astaxie/beego go get github.com/beego/bee go get github.com/ausrasul/jwt go get github.com/ausrasul/m2mserver go get github.com/markbates/goth go get golang.org/x/oauth2 go get github.com/garyburd/redigo/redis ``` ### Now run the app: ``` cd goSkeleton/src/app bee run ``` Then browse to http://yourhost:3000/ You can change the port in the config file. Happy coding.

近期下载者

相关文件


收藏者