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

https://github.com/juanfalconcodigo/nodejs-typescript-mysql

Backend implementation with Nodejs, Typescript and Mysql
https://github.com/juanfalconcodigo/nodejs-typescript-mysql

controllers es6-javascript mvc-architecture mysql2 nodejs nodemon stored-procedures typescript

Last synced: 12 months ago
JSON representation

Backend implementation with Nodejs, Typescript and Mysql

Awesome Lists containing this project

README

          

# ***Backend Nodejs - 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) 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
```

> ***Imagen referencial :***

![No se ha podido cargar imagen referencial](https://res.cloudinary.com/dbxg3ojl8/image/upload/v1587227859/nodejs-mysql_behcl0.png)

- *Observación:* **Esto es un pequeño desarrollo con Nodejs - Typescript - Mysql.**

> ***Juan Diego Falcón Córdova*** (Junior Web Developer :person_with_blond_hair: :computer: - Perú)