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

https://github.com/harehare/rackany

Define arbitrary fields and publish a restful api. no coding required.
https://github.com/harehare/rackany

headless-cms next rest-api ruby

Last synced: 6 months ago
JSON representation

Define arbitrary fields and publish a restful api. no coding required.

Awesome Lists containing this project

README

          

# rackany

Build your own database

Define arbitrary fields and publish a restful api. no coding required.

![image](img/rackany.jpeg)

## Getting Started

### Development

```bash
$ npm run dev
```

Open http://localhost:8000 and start modifying the code in /web/src.

### Requirements

**Database:**

- MySQL >= 5.6
- MariaDB >= 10.1
- PostgreSQL >= 10
- SQLite >= 3
- Cloud Firestore

## TODO :construction:

- [ ] Add CLI
- [ ] Add user management functions
- [ ] Add full text search
- [ ] Add Document

### Try live demo

You can access the demo [here](https://rackany.vercel.app/project).

## License

[MIT](http://opensource.org/licenses/MIT)