Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imduchuyyy/project-blog-backend


https://github.com/imduchuyyy/project-blog-backend

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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`