javascript-fullstack-course icon indicating copy to clipboard operation
javascript-fullstack-course copied to clipboard

Follow this tutorial using this link

Javascript FullStack Course

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

Development Backend Installation

git clone https://github.com/FaztWeb/javascript-fullstack-simple
cd javascript-fullstack-simple
npm i
npm run dev

then continue with the frontend installation

Development Frontend Installation

cd frontend
npm i
npm run dev