- Author : Seolhun
- Date : 2017.10.19
TypeScriptNodeJS,ExpressVue-CliGraphQLApollo ClientSequelize
- Server : [Server] - Contents
- Client : [Cient] - Contents
- Android : [Android] - Contents
- Contents
- GraphQL
- Vue
- Test
- ...
$ yarn install- Run all packages
$ yarn all- Docker
docker-compose up -d- NPM scripts
$ yarn adev1.Create Default database using Raw SQL.
/src/config/db/default.sql
- Set Database configuration.
/server/src/config/database/index.ts
- Set
SyncDatabase config
sequelize.sync()- create & updatesequelize.sync({force: true})- create & drop
$ yarn adev