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:
- Signup for a new account, log in and log out;
- Add/create individual car entries to be saved to a database, and assign a parking space;
- Read/retrieve a car, as well as a list of all cars entered to the database;
- Edit/update only entries made by the current user; and
- Delete only entries made by the current user.
To use this app, please follow the following instructions:
- Open this repository https://github.com/yomi413/rails-final-project;
- Clone or download the repository, and save it locally;
- Run
bundle install
; - Run
rake db:migrate
; - Run
rake db:seed
; - Run
rails s
to start the server; and - Type
http://localhost:3000
in your browser to access the server.
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.
See the LICENSE.md file.
Enjoy!