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

https://github.com/dcts/algotecture-landing

algotecture blockchain - internet of buildings frontend mockup
https://github.com/dcts/algotecture-landing

Last synced: 11 months ago
JSON representation

algotecture blockchain - internet of buildings frontend mockup

Awesome Lists containing this project

README

          

# Algotecture - Internet of Buildings

### Notes
```bash
rails new \
--database postgresql \
--skip-active-storage \
--webpack \
-m https://raw.githubusercontent.com/lewagon/rails-templates/master/minimal.rb \
algotecture

rails g model building title description image_url location
```