This project is a full-stack application with a well-structured backend and frontend. The server and UI work seamlessly to provide a feature-rich experience. The folder is organized,each serving a distinct purpose.
-
main:- This folder contains the backend service.
- Built with Node.js and Express.js, it handles API requests, business logic, and database interactions.
- Start the server to serve API endpoints.
-
order | product | store | shipment:- This folder contains the backend service for their respective service to provide modularity.
-
amazonwebapp:- Contains the frontend of the application.
- Built with a modern JavaScript framework (React).
- Responsible for rendering the user interface and consuming the backend APIs.
-
whatsappIntegration:- This folder simulates whatsapp Extension feature
- it has api's and webhooks to cater the communication
Ensure you have the following installed:
- Node.js (v14+)
- npm (v6+)
npm start
cd amazonwebapp npm run build