peterrobert / food-fest-ecommerce-backend

This is the backed api of food fest ecommerce application created in ruby on rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FOOD FEST ECOMMERCE APPLICATION API

This is the API apllication for an ecommerce application

Built With

  • Ruby 2.7.2
  • Ruby on rails 7.0.0
  • VS Code
  • Postgresql database

How to Install

  • Install Ruby in your system. To install Ruby, you can read the Documentation

  • Install rails to do that run this command in your console

    gem install rails
    
    
  • Then For Windows users, open Command Prompt and run:

    C:\>cd Hotel_Booking_system folder
    C:\cd Hotel_Booking_system folder> run rails server
  • Open another terminal or Command line and run:

      $ rails db:create
      $ rails db:migrate
      $ rails db:seed
      
    
  • For Linux and Mac users, open a Terminal and run:

    $ cd Hotel_Booking_system  folder
    $ rails db:create
    $ rails db:migrate
    
  • Navigate to your browser and run

    localhost:3000
    
    
  • To see the live site check here

    Live Demo Link

  • To see the admin page

    Live Demo Link

Authors Hireable

👤 Peter Robert

🤝 Contributing

Contributions, issues and feature requests are welcome!. Feel free to check the issues page.

Show your support

About

This is the backed api of food fest ecommerce application created in ruby on rails

License:MIT License


Languages

Language:Ruby 99.5%Language:HTML 0.5%