#App setup
Purpose: As a developer, i have commisioned to create an application that allows users to create events and share these events with other users. a user can also create an account and store information about the user along with a profile photo. if i am logged in as a user i have the abilty to update create and edit events and also update my profile.
rails new apartment-app-backend --api -d postgresql -T run the app with rails s User Auth
Devise --JWT --Dependencies
CORS --JWT --RSpec
Active Storage- for storing profile photos rails active_storage: install