Skip to content

PawarManish/pavor_blocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

video: mauli_builds.mp4

command to run project : npm start

solve error ( port already in use {port_number})

    1. find PID of running port => netstat -ano | findstr :3000 (in gitbash)
    2. check PID i.e number in front of word LISTENING
    3. close it ( write this ans in terminal powershell, not in gitbash) ans => taskkill /PID 15824 /F
    4. example ~/Desktop/pinterest (master) $ netstat -ano | findstr :3000 TCP 0.0.0.0:3000 0.0.0.0:0 LISTENING 15824 TCP [::]:3000 [::]:0 LISTENING 15824 TCP [::1]:62585 [::1]:3000 TIME_WAIT 0

run project

ans=> npm start or nodemon

project video = mauli_build.mp4

About

Developed a responsive website to showcase paver blocks with an inquiry form, enabling potential customers to connect easily. Designed a clean, intuitive UI to improve user experience. Tech Stack: Node.js, Express.js, MongoDB, Tailwind CSS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors