shady-mungai / pizza-app

A pizza API of your favourite pizzas

Home Page:https://pizza-application.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PIZZA API

  • This application is powered by rails to create an API of pizzas and restaurants
  • The application displays a many to many relationship btw restaurants and pizzas
  • Deployed application
https://pizza-application.onrender.com

Requirements

Things you may want to cover:

  • Application runs on ruby version
ruby 2.7.4
  • Before running the app run,to set up all the required gems from the gemfile
bundle install
  • To set up the database we have to run migrations and populate the db using seed data
rails db:migrate db:seed
  • To run the the application using the server run
rails s

License

  • Application licenced by Apache 2.0

Author

Shadrack Mungai - Backend Developer

About

A pizza API of your favourite pizzas

https://pizza-application.onrender.com

License:Apache License 2.0


Languages

Language:Ruby 80.5%Language:HTML 17.1%Language:CSS 2.2%Language:JavaScript 0.2%