This is a practical example to learn How to develop a simple FullStack Javascript application using Javascript in the frontend (with Vite) and Nodejs Backend with MongoDB
git clone https://github.com/FaztWeb/javascript-fullstack-simple
cd javascript-fullstack-simple
npm i
npm run dev
then continue with the frontend installation
cd frontend
npm i
npm run dev