Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/)