| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
this project use TypeScript based on fabu.love
server ( backend, use koa2 )
client ( front, use Vuejs + Elementui )
cd server
yarn / npm installedit config.ts and enter your mongodb host, database, username, password, port
yarn start / npm startthen the server will run 127.0.0.1:8090 ( default port 8090 )
yarn global add http-server / npm install http-server -g
cd client
http-server ./dist -P http://127.0.0.1:8090/apiApache 2.0
| Back | FazBrowse Home | New Git URL |