Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/levidavidmurray/vention-bim
Rails-based Book Inventory Manager
https://github.com/levidavidmurray/vention-bim
Last synced: about 2 months ago
JSON representation
Rails-based Book Inventory Manager
- Host: GitHub
- URL: https://github.com/levidavidmurray/vention-bim
- Owner: levidavidmurray
- Created: 2022-10-25T21:22:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T07:45:08.000Z (about 2 years ago)
- Last Synced: 2023-03-05T21:21:59.020Z (almost 2 years ago)
- Language: Ruby
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vention BIM (Book Inventory Management)
Book Inventory Management system for Vention take home project. Developed using Ruby on Rails 7, Hotwire, Vite, and WindiCSS.
Demo: https://vention.levimurray.dev
### Development Setup
```bash
# checkout repository
git clone https://github.com/levidavidmurray/vention-bim.git
cd ./vention-bim# install dependencies
bundle && yarn install
gem install foreman# seed database
bundle exec rake db:setup db:migrate db:seed# start server
foreman start -f Procfile.dev
```### Production Build
```bash
# build assets
bundle exec rake assets:precompile# start server
bundle exec rails s -e production
```
### Demo
https://vention.levimurray.dev