This project is part of the Microverse Ruby on Rails curriculum!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
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
This project was built using these technologies.
- Ruby 2.5.7
- Rails 6.0.1
- Windows 10
- Kali Linux
- Stickler
- VsCode
- Notepad++
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
If you want to create new microposts, edit or destoy them you have to go to the microposts page
You can see it working here: https://rails-toy-app-audreynmaru.herokuapp.com/
There are no Automated Test for this project yet
👤 Audrey Emmanuella Odiaka
- Twitter: @o___audrey_xo
- Github: @audrey-ella-xo
- Gmail: anitaudrey@gmail.com
👤 María Eugenia Quemé
- Twitter: @MaruKK
- Github: @euqueme
- Gmail: euqueme@gmail.com
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!