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

https://github.com/mikkurogue/ts-express-boilerplate


https://github.com/mikkurogue/ts-express-boilerplate

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ts-express-boilerplate

A simple custom barebones "framework" written in Typescript to emulate a form of Angular but not as comprihensive or heavy.

# Features

- A HTTP service with similar usage and syntax as @angular/common/http.
- The choice of using MySQL for direct database connections

# Coming features

- SASS and/or LESS choices
- Basic component overview and exportation for UI Components that aren't meant to be complete controllers.