Skip to content

Sagn1k/rideshare

Repository files navigation

RideShare:

Golang implementation of a ride sharing app.

Problem Statement: link

Build code:

make build

Run Code:

make run

To test: Added the postman collection rideshare.postman_collection.json file

Sample API:

curl --location 'localhost:3000/user' \
--header 'Content-Type: application/json' \
--data '{
    "name": "Rahul",
    "gender": "M",
    "age": "35"
}'

About

Ride Sharing Backend Mock for Machine Coding: Simplifin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors