Welcome to the Intrax Server repository! This Node.js server implementation connects to MongoDB and provides a set of APIs for drivers, admins, and users as part of the Intrax project.
Before you begin, ensure you have the following dependencies installed:
-
Clone the repository:
git clone https://github.com/Syed-Ali-Abbas-568/Intrax-Server.git
-
Change into root directory:
cd Intrax-server
3. Install the required dependencies
```bash
npm install
4. Run the server
```bash
npm start