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
- Host: GitHub
- URL: https://github.com/rapinjs/rapin
- Owner: rapinjs
- Created: 2018-04-08T19:01:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:11:46.000Z (almost 3 years ago)
- Last Synced: 2025-08-20T16:01:41.260Z (4 months ago)
- Topics: api, mongodb, mvc, nodejs, opencart, rest-api, typeorm, typescript
- Language: TypeScript
- Homepage: https://rapinjs.netlify.com
- Size: 5.46 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rapin JS
NodeJS framework for creating Rest API.
## 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