Skip to content

davidsonsns/typescript-node-express-mongo-starter

Repository files navigation

typescript-node-express-mongo-starter

Start your project with this starter created with Typescript.

Included support to multilanguage and params validation.

Prerequisites

  • MongoDB instaled and running
  • Yarn or NPM and Node

Getting started

Clone this repository

git clone https://github.com/davidsonsns/ts-server.git <project_name>

Entring inside the project folder and installing the dependencies

cd <project_name> && yarn install

Development

yarn start:dev

Production

start:prod

Some references

License

This project is licensed under the MIT License.