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.
- Host: GitHub
- URL: https://github.com/harehare/rackany
- Owner: harehare
- License: mit
- Created: 2021-08-31T12:43:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-26T12:44:25.000Z (over 4 years ago)
- Last Synced: 2025-06-04T20:06:19.451Z (7 months ago)
- Topics: headless-cms, next, rest-api, ruby
- Language: TypeScript
- Homepage: https://rackany.vercel.app/
- Size: 709 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rackany
Build your own database
Define arbitrary fields and publish a restful api. no coding required.

## 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)