Giter Site home page Giter Site logo

api's Introduction

Afrikaan Restaurant API

Author Name:

Project Name:

Description of the program:

The program is a food ordering application where one can order food from one of the major cities in kenya. The user has the ability to choose a specific restaurant on which to order a particular food item(s) from the menu.

Technology Used

  • Ruby on Rails
  • Ruby

Setup Requirements

- Git (to clone the repository)
- Ruby 3.0.2
- Rails 7.0.4
- SQLite3 (to run the database)
- Postman (to test the API)

Setup Installation

- Clone the repository
- Run the following commands in the repository:
    - cd <path_to_project> (if you cloned the repository)
    - run bundle install to install the gems
    - run rails db:migrate db:seed to start off the migrations and 
- Open Postman to test the API endpoints or use the following link:
    - http://localhost:3000/<the_endpoint>

Endpoints

  • Root endpoint:

POST

/user/create/

  • Create a new user
{
  "username": "string",
  "email": "[email protected]",
  "address": "Lavington"
  "password": "string"
}
  • Response:
{
  "success": "User created successfully"
}

Future Additions

  • Add a reviews section where clients can leave their ratings & comments
  • Add payment intergrations where after checking out, clients can make direct payments
  • Add more locations(towns) to the platform in that people in other areas can also benefit from the application.

So far so good there are no bugs related to this project ๐Ÿ˜Ž


License information

api's People

Contributors

kipchumba-ket avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.