node-typescript-rest-boilerplate
node-typescript-rest-boilerplate copied to clipboard
A starter typescript+node+mongoose boilerplate for rest APIs.
A node+typescript+mongoose starter boilerplate for rest APIs
Inspired from https://github.com/microsoft/TypeScript-Node-Starter Updated for rest, removed extra functionality, completely focused on rest APIs. Built in auth APIs. Uses moongoose
Setup
You need to create a .env file with your configurations. View .example.env for example on file structure and variables required to build the boilerplate succesfully. For detailed description of used packages and defined commands view: https://github.com/microsoft/TypeScript-Node-Starter