Skip to content

RaviShinde20/project

 
 

Repository files navigation

ws-nodeApp

Task

Write an API that provides a REST interface for the following business requirements:

  • A user should be able to request a booking for a cab from pickup location A to pickup location B
  • A user should be able to view his past bookings
  • A user should be able to get cabs that are nearby.

These requirements are a subset of the needs of a cab booking platform like Uber/Ola.

The end result should have:

  • Sequelize or equivalent ORM
  • DB migrations and seed scripts
  • Dockerization support

Brownie points for

  • Authentication middleware
  • Tests

Solution

Above repository is a solution the given task.

Test

Run in Postman

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.5%
  • Dockerfile 2.4%
  • Shell 0.1%