Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pishangujeniya/express-node-ts-boilerplate

Node + Typescript + Express API = Boilerplate Template
https://github.com/pishangujeniya/express-node-ts-boilerplate

api boilerplate express express-js mysql node node-typescript nodejs typescript

Last synced: 10 days ago
JSON representation

Node + Typescript + Express API = Boilerplate Template

Awesome Lists containing this project

README

        

# Node Ts Boilerplate for Express API

![Node Ts Express MySQL](https://repository-images.githubusercontent.com/266292612/8ce6be00-9d53-11ea-937c-8dfb73a190be)

### How to debug and run the project.
- `npm install`
- `npm run dev`
- For debugging mode Open VSCode Debug Panel, Select **Launch with ts-node** and hit play
- First sample endpoint: POST > `http://localhost:3000/accounts/signup`
- For production build run `npm run build`
> For production build make **false** to `inlineSourceMap` and `inlineSources` in _tsconfig.json_