This API exposes data through a set of endpoints that communicate with a seperate front end application. The API handles CRUD operations and handles one-to-many relationships with SQL and ActiveRecord queries.
- Navigate to another empty directory
- Fork and clone this repository
cd
into cloned repo- Run
npm install
- Run
npm run dev
to start developing. - Navigate to
http://localhost:5173/
in browser.
This application uses an RSpec testing suite.
- For Models run:
bundle exec rspec spec/models
- For Requests run:
bundle exec rspec spec/requests
- A significant portion of the hurdles faced with this project was the practice of merging other's code into our branches and resolving merge conflicts.
- Its difficult to look at code one did not write, interpret what it does, and how to incorporate your own work into it.
- A win was seeing everyone looking out for one another and the sum of the labors coming together for a functional full stack application.
Bloom, Stefan
Chirchirillo, Joe
Fallenius, Karl
Messersmith, Renee
This API was built with ruby 3.2.2 and Rails 7.1.4. Testing was built with RSpec 3.13
- rspec-core 3.13.1
- rspec-expectations 3.13.3
- rspec-mocks 3.13.1
- rspec-rails 7.0.1
- rspec-support 3.13.1