Hi, this is the backend of the Home-Alone-Challenge App. It was generated with Ruby on Rails version ruby 2.6.5.
clone repository git clone /YOUR SSH KEY/)
change into the newly created folder
run npm install or yarn install
run rails db:migrate
run rails db:seed
- Webpack server
- See gem files folder
- created with postgres-ql
- create database run
rails db:create
- run
rails s - navigate to
http://localhost:3000/ - run
rails routesin terminal to see all routes
- Deployed on Heroku https://git.heroku.com/home-alone-challenge.git
- test API calls can be done with Postman