Skip to content

adriennemiller/myBored_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myBored Backend

Find the front end for the project here: https://github.com/adriennemiller/myBored

Final project for Flatiron School, Module 3.

This app allows you to create a digital bulletin board of images. Add new images with a Title, Category, Url, and Image Url. Users are able to log in with a username and have their images saved. Images can be dragged and dropped. Images can be double clicked to see their details, edit details, or delete.

The backend for this app was created with Ruby on Rails.

Installation Instructions

  1. Clone the repository to your computer
  2. Run bundle install to install the required Gems
  3. Run rails db:create && rails db:migrate
  4. Run rails s to start local server
  5. Go to the front-end of the project and clone to your computer: https://github.com/adriennemiller/myBored
  6. Enter open index.html to access the app
Tools used: 
W3Schools for Draggable HTML Elements - https://www.w3schools.com/howto/howto_js_draggable.asp
Bootstrap - https://getbootstrap.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published