This project is part of the Microverse Ruby on Rails curriculum!
Explore the docs »
·
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
- Manjaro Linux
- Stickler
- Atom
- RubyMine
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/rammazzoti2000/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
There are no Automated Test for this project yet
👤 Roman Nikolaev
- LinkedIn: Roman Nikolaev -
- GitHub: @vzdrizhni
- E-mail: [email protected]
👤 Alexandru Bangau
- LinkedIn: Alexandru Bangau
- GitHub: @rammazzoti2000
- E-mail: [email protected]
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐ if you like this project!