Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 20 days ago
JSON representation

🔥 WebQL: A low-code builder that just works! 🎊

Awesome Lists containing this project

README

        

[![GitHub issues](https://img.shields.io/github/issues/akhil-gautam/lowcode-ui?style=flat-square)](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 🎊 🎉






![pika-2022-03-02T07_22_54 954Z](https://user-images.githubusercontent.com/28865023/156314722-7697f8ee-8684-4c27-a30f-450d929edc11.png)






Workflow

![image](https://user-images.githubusercontent.com/28865023/156912526-3bbce7e6-185a-47e2-9fdf-c13cfa46f25a.png)




Components that are currently supported



Table, Cards, BarChart

![image](https://user-images.githubusercontent.com/28865023/156908776-51997cf2-9262-44f3-981f-17ff6747333c.png)

Forms

![image](https://user-images.githubusercontent.com/28865023/156911222-d2a132bc-97db-4ae2-a2cb-74b2c82e7942.png)


## Local development

### Manual setup

- **Ruby 3.0.2**
- **Node 16.14.0**

```bash
git clone [email protected]:akhil-gautam/webql.git

cd 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.git

cd 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.