https://github.com/akhil-gautam/webql
🔥 WebQL: A low-code builder that just works! 🎊
https://github.com/akhil-gautam/webql
database-gui low-code nextjs no-code open-source ruby-on-rails
Last synced: 3 months ago
JSON representation
🔥 WebQL: A low-code builder that just works! 🎊
- Host: GitHub
- URL: https://github.com/akhil-gautam/webql
- Owner: akhil-gautam
- License: mit
- Created: 2022-03-03T05:47:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T11:18:07.000Z (about 3 years ago)
- Last Synced: 2025-01-15T05:06:11.219Z (4 months ago)
- Topics: database-gui, low-code, nextjs, no-code, open-source, ruby-on-rails
- Language: JavaScript
- Homepage: https://webql.netlify.app/
- Size: 216 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/akhil-gautam/lowcode-ui/issues)
WebQL
A barebone low-code platform that just works without any hustle.
WebQL has a different take on the low-code solution, you can create muti-page web-apps which would totally resemble a custom codeline 🎊 🎉

Workflow
Components that are currently supported
Table, Cards, BarChart

Forms

## Local development
### Manual setup
- **Ruby 3.0.2**
- **Node 16.14.0**```bash
git clone [email protected]:akhil-gautam/webql.gitcd webql
bundle install
# install packages of client and traverse back to root
cd client && npm install && cd ..# create & migrate database
bundle exec rails db:create db:migrate# start the application
foreman start -f Procfile.dev
```### Quickstart with docker
```bash
git clone [email protected]:akhil-gautam/webql.gitcd webql
docker-compose up
```## Contribute
Contributors are welcomed! Contributions can be as small as fixing a typo. Please start contributing by creating issues in the repo.### !! To be added soon
Please go through our contribution guide.