Skip to content

euqueme/toy-app

Repository files navigation

Contributors Forks Stargazers Issues Hireable


Logo

Toy App

This project is part of the Microverse Ruby on Rails curriculum!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Product Name Screen Shot

This is the first Microverse project of the Ruby on Rails Curriculum

This is also part of the Odin project curriculum https://www.theodinproject.com/courses/ruby-on-rails/lessons/getting-your-feet-wet

And the second chapter of the Learn enough to be dangerous tutorial https://www.learnenough.com/ruby-on-rails-4th-edition-tutorial/toy_app#sec-planning_the_application

Built With

This project was built using these technologies.

  • Ruby 2.5.7
  • Rails 6.0.1
  • Windows 10
  • Kali Linux
  • Stickler
  • VsCode
  • Notepad++

Usage

If you want to test it you need to have Ruby and Rails installed in your computer and download or clone this repo as follows:

  • $ git clone "https://github.com/euqueme/toy-app.git"

after that you need to open a terminal inside the repo and run the bundler

  • $ bundle install --without production

then, run rails db:migrate. This creates the database with the corresponding tables, columns and associations.

  • $ rails db:migrate

and finally, you can test it in the console using the sandbox with the following command

  • $ rails server

If no errors were displayed open a browser in your localhost and you should be able create new users, edit and destroy them

screenshot

If you want to create new microposts, edit or destoy them you have to go to the microposts page

screenshot

Live Demo

You can see it working here: https://rails-toy-app-audreynmaru.herokuapp.com/

Automated Test

There are no Automated Test for this project yet

Author

👤 Audrey Emmanuella Odiaka

👤 María Eugenia Quemé

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published