https://github.com/juanfalconcodigo/boilerplate-nodejs-graphql-typescript
Basic configuration of an integration project with nodejs, graphql, typescript and apollo.
https://github.com/juanfalconcodigo/boilerplate-nodejs-graphql-typescript
apollo-server backend express graphql jwt mutation nodejs poo query schema subscription typescript
Last synced: 5 months ago
JSON representation
Basic configuration of an integration project with nodejs, graphql, typescript and apollo.
- Host: GitHub
- URL: https://github.com/juanfalconcodigo/boilerplate-nodejs-graphql-typescript
- Owner: juanfalconcodigo
- Created: 2020-05-15T00:59:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T19:08:14.000Z (about 3 years ago)
- Last Synced: 2025-01-24T20:45:44.573Z (11 months ago)
- Topics: apollo-server, backend, express, graphql, jwt, mutation, nodejs, poo, query, schema, subscription, typescript
- Language: TypeScript
- Size: 438 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ***Backend Nodejs - Graphql - Typescript - Mysql***
### Es necesario tener instalado la última versión estable de [*Node*](https://nodejs.org/en/), [*Xampp*](https://www.apachefriends.org/es/index.html),[Graphql](https://graphql.org/) y recomendable tener tambien [Mysql](https://dev.mysql.com/downloads/mysql/) .
#### Reconstruir módulos de Node :
```
npm i
```
#### Actualizar dependencias :
```
npm update
```
#### Levantar el servidor en producción:
```
npm run dev
```
#### Generar archivo para producción :
```
npm run build
```
- *Observación:* **Esto es un pequeño desarrollo con Nodejs - Graphql - Typescript - Mysql.**
> ***Juan Diego Falcón Córdova*** (Junior Web Developer :computer: - Perú)