Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 955 Bytes

readme.md

File metadata and controls

41 lines (28 loc) · 955 Bytes

Project Overview

This project requires the concurrent operation of three servers to fully experience its functionality. The servers are dedicated to Delivery, Location, and RazorPay integration.

Running the Servers

Follow these steps in separate terminals:

  1. Delivery Server:
    npx nodemon (nodemon should be installed first)
    ( The Delivery server will be running on port 9000 (http://localhost:9000). )
    
  2. location Server:
    node server.js
    
  3. razorPay Server:
    npm start
    

Project Contributors

FEEL FREE TO CONTRIBUTE TO THIS PROJECT. The current contributors are:

--VIKRANTH RAO SB

--CHANDRAKANTH HP

--SUMANTH H

--PRADEEP NINGANURI

How to Contribute?

--Fork the repository. --Create a new branch for your feature or bug fix. --Make your changes and ensure that the code is properly formatted. --Submit a pull request. --Your contributions are highly appreciated!

Happy coding!