mad-lib-library.herokuapp.com | Summary Video
A web application designed for users to complete and share mad lib stories.
- Users sign up to create an account.
- Once logged in to the app, users can create, edit, and delete their mad libs and view other users mad libs.
- Users can edit their account information and delete their account.
- Clone the Mad Lib Library repository onto your computer.
- Navigate to 'https://github.com/ellenupark/madlibs_library'.
- Click on the green Clone button.
- Click on HTTPS if not already selected.
- Click the clipboard icon to copy the URL.
- In your terminal, type
git clone
then paste the copied URL.
- Type
cd madlibs_library
to change the current working directory. - Run
bundle install
to load the Ruby gems and dependencies.
- Type
shotgun
in your terminal to run the Mad Lib Library web application on your local machine - Open your browser and navigate to http://127.0.0.1:9393
- Once the home page loads, click Sign Up to create a new user account and login
- Or click Log In to log in as an existing user from one of the users in 'db/seeds.rb'
To stop the shotgun session and exit, type
CTRL + C
in your terminal
Bug reports and pull requests are welcome on GitHub at https://github.com/ellenupark/madlibs_library.
The app is available as open source under the terms of the MIT License.