Skip to content

yomi413/rails-final-project

Repository files navigation

RAILS FINAL PROJECT

Cars Collection v.2

Welcome to my final Rails Project! The first version of this application allowed users to create and store a collection of cars. In this new version, the user will be able continue working on the cars collection, but also be able to assign a parking space to his/her car. Users are allowed to take the following actions:

  1. Signup for a new account, log in and log out;
  2. Add/create individual car entries to be saved to a database, and assign a parking space;
  3. Read/retrieve a car, as well as a list of all cars entered to the database;
  4. Edit/update only entries made by the current user; and
  5. Delete only entries made by the current user.

Run the Program

To use this app, please follow the following instructions:

  1. Open this repository https://github.com/yomi413/rails-final-project;
  2. Clone or download the repository, and save it locally;
  3. Run bundle install;
  4. Run rake db:migrate;
  5. Run rake db:seed;
  6. Run rails s to start the server; and
  7. Type http://localhost:3000 in your browser to access the server.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/yomi413/rails-final-project. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

See the LICENSE.md file.

Enjoy!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published