https://github.com/akhil-gautam/lowcode-api
https://github.com/akhil-gautam/lowcode-api
low-code nextjs nocode ruby-on-rails
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akhil-gautam/lowcode-api
- Owner: akhil-gautam
- License: mit
- Created: 2022-02-17T15:23:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T10:12:57.000Z (about 3 years ago)
- Last Synced: 2025-02-01T04:51:51.470Z (3 months ago)
- Topics: low-code, nextjs, nocode, ruby-on-rails
- Language: Ruby
- Homepage: https://webql.netlify.com
- Size: 520 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Requirements:
Ruby 3.0.2## Setup if you don't use Docker
```bash
git clone [email protected]:akhil-gautam/lowcode-api.git
cd lowcode-api
bundle install
bundle exec rails db:create
bundle exec rails db:migrate
bundle exec rails server
```## If you can use Docker
```
git clone [email protected]:akhil-gautam/lowcode-api.git
cd lowcode-api
docker-compose build
docker-compose run --rm web web bundle exec rails db:create db:migrate
docker-compose up
```UI App: https://github.com/akhil-gautam/lowcode-ui