GitXplorerGitXplorer
w

betaapp

public
2 stars
0 forks
14 issues

Commits

List of commits on branch master.
Unverified
f07d64062c5ef4a935d335d81037e4817f6bfda9

update two dependencie

committed 5 years ago
Unverified
fe9afd7d8642d6beda722a76a994c492d0a47ab0

delete lock file

committed 5 years ago
Unverified
02b8bba2cb982858ba70b0fcabd6a584e3763b72

init

committed 5 years ago
Verified
3ed2be446a165a6374d71108e6cf200c0553b17e

Initial commit

wwangcode committed 5 years ago

README

The README file for this repository.

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