Giter Site home page Giter Site logo

way-farer-app's Introduction

WAYFARER APP

Build Status Coverage Status Maintainability

Platform Description

Wayfarer is a public bus transportation booking services platform where users can find diverse trips and book a spot in any available trip.

Features

  • Users view the dashboard section that expressively describes the platform.
  • Users can sign up.
  • Users can sign in.
  • Admins can create a trip.
  • Admins can cancel a trip.
  • Users can view all trips.
  • Users can view a specific trip.
  • Users can book a seat on a trip.
  • Admin can view all bookings.
  • A user can view all of his bookings.
  • A user can delete his booking.
  • Users can filter trips based on origin.
  • Users can filter trips based on destination.
  • Users can specify a seat number when making a booking.

API Endpoints Specifications

Endpoint Request Status Description
/ GET 200 OK Helps users to access to the root of the api
/auth/signup POST 201 Created Makes a post request to register a new user or create an account
/auth/signin POST 200 OK Sign in the user already having a user account
/trips POST 201 OK Create a trips on which users can book seats
/trips/:trip-id GET 200 OK For users to view all available trips
/trips/:trip-id GET 200 OK For users to view a specific trip
/trips/:trip-id/cancel PATCH 200 OK For the admin to cancel a trip
/trips/bookings POST 201 OK For the the users to book a seat
/trips/bookings GET 200 OK For both admin and users to view bookings
/bookings/:booking-id DELETE 200 OK For both admin and users to delete a specific booking
/filter/trips GET 200 OK For users to filter available trips based on origin or destination

Tools

Tools used for development of this API are;

Getting Started

  1. Clone the github repository here.
  2. Kindly read very well the provided documentation

Deployment

Api Documentation

Get started with WayFarer Api endpoints documentation here.

Key Contributor

  • Bihame Sikubwabo Vainqueur

Acknowledgements

way-farer-app's People

Contributors

winnersprox 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.