https://github.com/user-attachments/assets/38e34e16-0b87-433f-9126-bcc8cca822b8
This project consists of a client-side
application and xml-parser-side
. Follow the steps below to set up and run the project.
client
directory.npm install
to install the necessary dependencies.xml-parser
directory..env
file on the root of api directory and add (MONGO_URL="<Your_Mongo_Atlas(or)Compass_url> and PORT=5000")
npm install
to install the same dependencies used in the client.After setting up the client
and xml-parser
, you can run the project by following these steps:
xml-parser
by running npx tsc
and then node src/server.js
in the api directory.client
application by running npm start
in the client directory.