Ensure you have the following installed:
- Ruby
- Rails
- SQLite
git clone https://github.com/elRatto21/M223-Motorify.git
cd project
bundle install
rails db:create
rails db:migrate
rails db:seed
rails test
rails server
Ensure you have the following installed:
git clone https://github.com/elRatto21/M223-Motorify.git
cd project
bundle install
rails db:create
rails db:migrate
rails db:seed
rails test
rails server