Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imduchuyyy/project-blog-backend
https://github.com/imduchuyyy/project-blog-backend
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imduchuyyy/project-blog-backend
- Owner: imduchuyyy
- Created: 2020-04-27T04:19:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T03:14:30.000Z (almost 2 years ago)
- Last Synced: 2024-05-06T01:33:22.415Z (8 months ago)
- Language: TypeScript
- Size: 1.33 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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`