Skip to content

learn-academy-2024-alpha/apartment-app-backend-ryan-and-seth-apt-app

Repository files navigation

Purpose: As a developer, I have been commissioned to create an application that lists apartments available for rent. As a visiting user of the application, I can see a list of all available apartments. I can click on an apartment listing and see more information about that apartment. If I want to list an apartment for rent, I can create an account and log into the application. If I am logged in, I can add a new apartment. As a logged in user, I can see a list of all my apartments with the ability to edit or delete my listings.

App setup

  • rails new apartment-app-backend --api -d postgresql -T
  • run the app with rails s

User Auth

  • Devise
  • JWT

Dependencies

  • CORS
  • JWT
  • RSpec

About

apartment-app-backend-ryan-and-seth-apt-app created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages