Run
(cd client/ && yarn dev)
(cd server/ && yarn dev)
Setup
change ip and domain names if you need and add it to your host file:
192.168.1.185 server.planner.com
127.0.0.1 planner.com
Setup server
cd ./server
yarn install
# run migrations and seeds
yarn db:reset
Setup front
cd ./client
yarn install
- express
- typescript
- postgreSQL (knex)
- passport
- express-validator
- vue-toast-notification
- shortid | uuid
- vue/nuxt
- vuetify
- i19n
- axios
- vee-validate