#🤖 Kids Market place
An app to rent and lend your toys!
DROP SCREENSHOT HERE
App home: https://kids-marketplace.herokuapp.com/
Install gems
bundle install
Install JS packages
yarn install
Create .env
file
touch .env
Inside .env
, set these variables. For any APIs, see group Slack channel.
CLOUDINARY_URL=your_own_cloudinary_url_key
rails db:create
rails db:migrate
rails db:seed
rails s
- Rails 6 - Backend / Front-end
- Stimulus JS - Front-end JS
- Heroku - Deployment
- PostgreSQL - Database
- Bootstrap — Styling
- Figma — Prototyping
Inspired by Jane Mount's Bibliophile and a story my father once told me: "Why do we keep books? ... We keep books because they remind us of the new perspectives and lessons we learned".
Louis Ryo Yasuhiro (https://github.com/louisyash)
Gareth Perilli (https://github.com/gperilli)
Anju Mogi (https://github.com/ansanigom)
Emanuel Caro (https://github.com/darkemlord)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License
Rails app generated with lewagon/rails-templates, created by the Le Wagon coding bootcamp team.