Welcome to the Backend Developer Boostr test. Clone this repository and run the setup.
Before you begin, ensure you have met the following requirements:
- Ruby (Version 3 or newer)
- Rails (Version 7 or newer)
- PostgreSQL
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To clone the repository, run the following command in your terminal:
git clone https://github.com/Boostr-dev/be-test.git
cd be-test
bundle install
rails db:create
rails db:migrate
rails db:seed # optionalDescribe how to run the automated tests for this system.
rspec