Skip to content

YashBhajbhuje67/Check-List-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Check-List-App

  • This Project has both frontend as well as backend
  • Frontend Tech - ViteJs, ReactJs, TailwindCSS.
  • BAckend Tech - ExpressJs and MongoDB Atlas/Compass.

How to Run ?

  • Clone both frontend and server folder
  • Frontend:
    • open /Frontend in terminal and enter "yarn" command to add yarn dependencies.
    • now enter "yarn run dev" or "yarn dev" to run Frontend.
  • Backend:
    • Open /server in terminal and enter "yarn" command to add yarn dependencies.
    • now enter "yarn start" to run server.