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

https://github.com/rapinjs/rapin

NodeJS framework for creating Rest API
https://github.com/rapinjs/rapin

api mongodb mvc nodejs opencart rest-api typeorm typescript

Last synced: 4 months ago
JSON representation

NodeJS framework for creating Rest API

Awesome Lists containing this project

README

          








Rapin JS



NodeJS framework for creating Rest API.


Version
Version
License
Chat

## Installation

### Using create-rapin-app

With help npx:

```bash
npx create-rapin-app
```

or with yarn

```bash
yarn create rapin-app
```

To run in developer mode use the command:
```bash
yarn run dev
```

To run in production use the command:
```bash
yarn start
```

## Templates

- [starter](https://github.com/rapinjs/rapin-starter-template): Basic Rapin JS project template