Otulia marketplace web application
Find the most exquisite collection of luxury items at Otulia. We strive to provide an unparalleled shopping experience for discerning enthusiasts.
- React
- MongoDB
- Express
- TailwindCSS
-
Clone the repository
-
Open terminal and install the node modules on both client side and server side
npm install -
Run the client app
Open terminal, go to folder clientnpm install npm run dev -
Open the client at
localhost:5173 -
For move type the IP address shown after running the Run command
-
Run the backend
Open new terminal, go to folder servernpm install node --watch server.js -
To server frontend directly from backend
Run build command on clientnpm run buildRun backend
npm run dev
otulia-web/
├── client/ # React application (Vite/CRA)
├── server/ # Node.js & Express API
├── .gitignore # Git ignore rules (ensure node_modules & .env are ignored)
└── README.md # Documentation