Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T01:52:02.000Z (over 1 year ago)
- Last Synced: 2023-04-12T18:31:29.635Z (over 1 year ago)
- Topics: boilerplate, express, jwt, node, routing-controllers, starter, template, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 2.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RESTful API Starter
![Build Status](https://github.com/solutosoft/typescript-api-starter/actions/workflows/ci.yml/badge.svg)
[![codecov](https://codecov.io/gh/solutosoft/typescript-api-starter/branch/master/graph/badge.svg?token=IpoDAG0RY2)](https://codecov.io/gh/solutosoft/typescript-api-starter)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/solutosoft/typescript-api-starter/badges/quality-score.png?b=master)](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/)