Skip to content

gjovs/nodejs-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservice

Project description here.

This project adheres to Semantic Versioning.

Features

  • New feature.

Documentation

Documentation

Run Locally

Run with Docker and VS Code:

  1. Install the Visual Studio Code Remote - Containers and follow the instructions to open the project.

  2. Set the required environment variables as described below

Start the API with the command below:

  yarn server:dev

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

SERVER

NODE_ENV

PORT

BASE_URI

SQL DATABASE

DB_DIALECT

DB_HOST

DB_USERNAME

DB_PASSWORD

DB_PORT

API'S

API_AUTHENTICATION

RABBITMQ

RABBIT_USER

RABBIT_PASSWORD

RABBIT_HOST

RABBIT_PORT

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.1%
  • JavaScript 5.1%
  • Shell 2.4%
  • Dockerfile 0.4%