Skip to content

wangcode/betaapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BeteApp

this project use TypeScript based on fabu.love

Directory

  • server ( backend, use koa2 )

    • src : typescript source code
      • helper : some tools
      • model : mongodb model
      • Router : router files
      • config.ts : config files
      • index.ts : index
    • tsconfig.json : ts config file
  • client ( front, use Vuejs + Elementui )

USAGE

server

cd server
yarn / npm install

edit config.ts and enter your mongodb host, database, username, password, port

yarn start / npm start

then the server will run 127.0.0.1:8090 ( default port 8090 )

front

yarn global add http-server / npm install http-server -g
cd client
http-server ./dist -P http://127.0.0.1:8090/api

License

Apache 2.0

About

fork fabu.love like fir.im / pgyer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published