Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 633 Bytes

File metadata and controls

28 lines (18 loc) · 633 Bytes

Express, Typescript, Mongo Starter

This project is inspired by https://github.com/microsoft/TypeScript-Node-Starter

Installation

Requirements:

  • Install and run Mongodb if not using docker
  • Install Nodejs if not using docker
  • Run npm install ( needed for testing )
  • Setup .env file cp .env.example .env

Development

Demployment

Testing

  • Run npm test