Skip to content

Commit

Permalink
Add badges for last commit, dependencies, and downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoBruni committed Feb 11, 2024
1 parent 8278164 commit 8f7975c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
[![npm package](https://img.shields.io/npm/v/fastify-mongoose-api.svg)](http://npmjs.org/package/fastify-mongoose-api)
[![Build workflow](https://github.com/jeka-kiselyov/fastify-mongoose-api/actions/workflows/build.yml/badge.svg)](https://github.com/jeka-kiselyov/fastify-mongoose-api/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/jeka-kiselyov/fastify-mongoose-api/badge.svg?branch=master)](https://coveralls.io/github/jeka-kiselyov/fastify-mongoose-api?branch=master)
![Last Commit](https://img.shields.io/github/last-commit/jeka-kiselyov/fastify-mongoose-api)
![Dependencies](https://img.shields.io/librariesio/github/jeka-kiselyov/fastify-mongoose-api)
![Downloads](https://img.shields.io/npm/dt/fastify-mongoose-api)

If you are using [Fastify](https://github.com/fastify/fastify) as your server and [Mongoose](https://github.com/Automattic/mongoose) as your ODM, **fastify-mongoose-api** is the easiest solution to run API server for your models. **fastify-mongoose-api** generates REST routes with refs subroutes like `/api/author/AUTHORID/books` and `/api/books/BOOKID/author` based on MongoDB Mongoose models definitions with few lines of code.

Expand Down

0 comments on commit 8f7975c

Please sign in to comment.