WebQL has a different take on the low-code solution, you can create muti-page web-apps which would totally resemble a custom codeline 🎊 🎉
- Ruby 3.0.2
- Node 16.14.0
git clone git@github.com: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
git clone git@github.com:akhil-gautam/webql.git
cd webql
docker-compose up
Contributors are welcomed! Contributions can be as small as fixing a typo. Please start contributing by creating issues in the repo.
Please go through our contribution guide.