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

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.

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ú)