Skip to content

satyavardhanemailcom-cloud/Otulia-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

270 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Otulia-Web

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.

Tech stack

  • React
  • MongoDB
  • Express
  • TailwindCSS

Setup

  • 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 client

    npm 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 server

    npm install
    node --watch server.js
    
  • To server frontend directly from backend
    Run build command on client

    npm run build
    

    Run backend

    npm run dev
    

Contribution rules

Folder Structure

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

Roadmap

About

Otulia marketplace web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages