Skip to content

This project is the first approach at using the Ruby on Rails framework.

Notifications You must be signed in to change notification settings

rammazzoti2000/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 »

· 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
  • Manjaro Linux
  • Stickler
  • Atom :atom:
  • RubyMine

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/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

screenshot

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

screenshot

Automated Test

There are no Automated Test for this project yet

Contributors

👤 Roman Nikolaev

👤 Alexandru Bangau

🤝 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

This project is the first approach at using the Ruby on Rails framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •