https://github.com/solutosoft/typescript-api-starter
RESTful API Services template with code written in TypeScript.
https://github.com/solutosoft/typescript-api-starter
boilerplate express jwt node routing-controllers starter template typeorm typescript
Last synced: 2 months ago
JSON representation
RESTful API Services template with code written in TypeScript.
- Host: GitHub
- URL: https://github.com/solutosoft/typescript-api-starter
- Owner: solutosoft
- Created: 2021-07-06T19:30:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T10:41:26.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T17:47:06.295Z (over 1 year ago)
- Topics: boilerplate, express, jwt, node, routing-controllers, starter, template, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 2.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RESTful API Starter

[](https://codecov.io/gh/solutosoft/typescript-api-starter)
[](https://scrutinizer-ci.com/g/solutosoft/typescript-api-starter/?branch=master)
Tempalte for building RESTful APIs with JWT authentication and role based authorization using Express, TypeScript, TypeORM, MySQL
## Requirements
- [Node](https://nodejs.org/)
## Running
- `npm run serve` 🚀
Visit [localhost:4000](http://localhost:4000/)