Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siddiqus/expressive
A NodeJS API framework built on ExpressJs bootstrapped with conventions to minimize code. (Includes Typescript Support ⭐️)
https://github.com/siddiqus/expressive
api api-server basecontroller express expressjs framework node nodejs rest-api server swagger typescript
Last synced: about 2 hours ago
JSON representation
A NodeJS API framework built on ExpressJs bootstrapped with conventions to minimize code. (Includes Typescript Support ⭐️)
- Host: GitHub
- URL: https://github.com/siddiqus/expressive
- Owner: siddiqus
- License: mit
- Created: 2019-04-15T04:14:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T09:35:06.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T18:36:09.311Z (17 days ago)
- Topics: api, api-server, basecontroller, express, expressjs, framework, node, nodejs, rest-api, server, swagger, typescript
- Language: JavaScript
- Homepage:
- Size: 1.74 MB
- Stars: 28
- Watchers: 3
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Expressive Logo](https://raw.githubusercontent.com/siddiqus/expressive/master/logo.png)](https://github.com/siddiqus/expressive/)
[![Coverage Status](https://coveralls.io/repos/github/siddiqus/expressive/badge.svg?branch=master)](https://coveralls.io/github/siddiqus/expressive?branch=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/533736ee85578f98a732/maintainability)](https://codeclimate.com/github/siddiqus/expressive/maintainability)
[![codebeat badge](https://codebeat.co/badges/6e3ba61c-d5cf-4a05-9aa7-ee7dd1591fe2)](https://codebeat.co/projects/github-com-siddiqus-expressive-master)
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![Google Style](https://badgen.net/badge/eslint/google/4a88ef)](https://github.com/google/eslint-config-google)# Expressive
Fast, opinionated, minimalist, and conventional REST API framework for [node](http://nodejs.org).
(With Typescript Support :star:)# Introduction
**Expressive** is a NodeJS REST API framework built on ExpressJs and best practices for smooth development.
Please visit the [wiki page](https://github.com/siddiqus/expressive/wiki) for the full documentation.