Victoria Book Box is a mobile-friendly website to track locations of book boxes and their current inventory. Allows users to input data about books they are adding to a box. Users can search boxes for books they may be interested in. Users can receive a notification when a book they are interested is added to the collection.
- Angelo Villanueva
- Mike Noseworthy
- Rod Nickle
- Front End: React
- Back End: Ruby on Rails
- Database: Postgresql
- Clone the repo
git clone [email protected]:Vani11aG310/victoria-book-box.git
- Follow the instructions in the Backend README for the Backend setup.
- Follow the instructions in the Frontend README for the Frontend setup.
- Open a console.
cd backend
bin/rails server
- Open a second console.
cd frontend
npm start
- Go to http://localhost:3000 in your browser.