Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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