https://github.com/alejandro945/auto-node-flow-strategy
Automatization of repository and version strategies creation!
https://github.com/alejandro945/auto-node-flow-strategy
bash express sre-infra template typescript
Last synced: 2 months ago
JSON representation
Automatization of repository and version strategies creation!
- Host: GitHub
- URL: https://github.com/alejandro945/auto-node-flow-strategy
- Owner: alejandro945
- Created: 2023-02-08T20:31:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T20:32:44.000Z (over 3 years ago)
- Last Synced: 2025-05-17T00:11:16.477Z (about 1 year ago)
- Topics: bash, express, sre-infra, template, typescript
- Language: TypeScript
- Homepage: https://github.com
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ARQUETIPO NODEJS WITH TYPESCRIPT
Modelo inicial para creacion de servicios Restful usando NodeJS, ExpressJS y TypeScript como base de desarrollo
## Contenido
- Configuración con ExpressJS
- Configuración con Mongoose(MongoDB)
- Configuración con dotenv
- Configuración con TypeScript
- Configuración con Cors
- Configuración con NodeMailer
- Configuración con Multer(subida de arquivos)
### Dependencias adicionales
- Lodash
- Moment
## Getting Started
### Installing
- Instalar NodeJS 12+
- Instalar MongoDB
- Instalar TypeScript
### Executing program
```
npm install
#Desarrollo
npm run dev
#Produccion
npm run prod
```
## Help
Se debe configurar correctamente las variables de entorno para la conexion al mongoBD y Mailing
Reemplazar el archivo .env.example por .env
## Authors
Kelvin Carrión Alfaro
[kelvin.ca91@gmail.com](mailto:kelvin.ca91@gmail.com)
## Version History
- Proyecto Inicial 1.0
- Inicio del Proyecto