Project blog backend

Setting:

  1. Cd environments to config default global .env
    • config PORT, URL MLAB
  2. Install dependencies using npm
    • npm i
  3. Generate graphql.schema.ts
    • npm run gen

Usage:

  1. Start in development normal :

    • npm run start:dev
  2. Start with webpack ( 2 terminal view )

    • npm run webpack
    • npm run start:hmr