Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pishangujeniya/express-node-ts-boilerplate
- Owner: pishangujeniya
- License: mit
- Created: 2020-05-23T08:00:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T13:49:47.000Z (16 days ago)
- Last Synced: 2024-10-31T14:38:01.094Z (16 days ago)
- Topics: api, boilerplate, express, express-js, mysql, node, node-typescript, nodejs, typescript
- Language: TypeScript
- Size: 422 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_