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
- Host: GitHub
- URL: https://github.com/juanfalconcodigo/nodejs-typescript-mysql
- Owner: juanfalconcodigo
- Created: 2020-04-18T02:44:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T12:42:15.000Z (about 3 years ago)
- Last Synced: 2025-01-24T20:45:38.788Z (about 1 year ago)
- Topics: controllers, es6-javascript, mvc-architecture, mysql2, nodejs, nodemon, stored-procedures, typescript
- Language: TypeScript
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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 :***

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