1st, install NodeJS (download guide: https://www.youtube.com/watch?v=4FAtFwKVhn0) -go to this link "https://nodejs.org/en/download/prebuilt-installer" -start download installer and follow the structure
2nd, Open the project in VScode
3rd, install lib:
npm install formidable
npm install react-hook-form4th, run the development server:
npm run dev5th, Open http://localhost:3000 with your browser to see the result.
6th, to login as admin, use : [email protected] - admin123
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.