netogerbi / express-typescript-mongodb-docker-boilerplate

Node Express Typescript Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Express Typescript Boilerplate

Todo List:

  • Adjust module alias

Installation

To install the application for development porpouses run the following command:

npm i

Running the application

The application runs inside docker containers. To run the application use the following command:

docker-compose up -d

Running Automated Tests

to run tests inside docker container

docker exec -it <containerhash> /bin/bash

once inside container:

npm test

Commit messages

Types: [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test]

About

Node Express Typescript Boilerplate


Languages

Language:TypeScript 91.8%Language:JavaScript 6.1%Language:Shell 1.4%Language:Dockerfile 0.7%