p8ul / express-typescript-boilerplate

A simple express, typescript and mongoDb boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express-typescript-boilerplate

This is a simple Node.js, Express, MongoDB and Typescript boilerplate

Requirements

- NodeJs
- Typescript and Typescript Node `npm install -g typescript ts-node`
- MongoDB

Getting Started

Clone this repository

git clone https://github.com/p8ul/express-typescript-boilerplate.git

Install dependencies

yarn install

Start the Server

yarn start This will start the server at http://localhost:3000

About

A simple express, typescript and mongoDb boilerplate


Languages

Language:TypeScript 100.0%