Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fibjs/fib-app
A development framework for building restful api quickly.
https://github.com/fibjs/fib-app
fibjs
Last synced: about 1 month ago
JSON representation
A development framework for building restful api quickly.
- Host: GitHub
- URL: https://github.com/fibjs/fib-app
- Owner: fibjs
- Created: 2017-10-04T17:24:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T18:52:32.000Z (6 months ago)
- Last Synced: 2024-11-06T03:45:57.530Z (about 2 months ago)
- Topics: fibjs
- Language: TypeScript
- Homepage: https://fibjs.github.io/fib-app/
- Size: 1.75 MB
- Stars: 25
- Watchers: 3
- Forks: 17
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome - fib-app - A development framework for building restful api quickly. (Packages / Server App)
README
# fib-app
[![NPM version](https://img.shields.io/npm/v/fib-app.svg)](https://www.npmjs.org/package/fib-app)
[![Build Status][actions-image]][actions-url][actions-image]: https://github.com/fibjs/fib-app/actions/workflows/run-ci.yml/badge.svg
[actions-url]: https://github.com/fibjs/fib-app/actions/workflows/run-ci.ymlfibjs-based application resources(RESTful API, SSR, Other resources) management framework
## Pre-requisites
- fibjs >= 0.21.0
## Documentation
Learn About fib-app in [Document Site]
[Document Site]:https://fibjs.github.io/fib-app/
## Install
```sh
npm install fib-app [--save]
```## Contribution
### Test
```sh
npm i# test sqlite
npm test-sqlite# test mysql
npm test-mysql
```