Smart Domus is the start of a E-Commerce Platform create wite Sveltekit as its Frontend and Fastify as the Backend. as of this moment it is not completed and i missing quite a bit.
requirements: Node.js and npm installed
Frontend: first move into the frontend folder: cd Frontend install dependencies: npm install run the server locally, port 3000: npm run dev compile production: npm run build
Backend: first move into the backend folder: cd Backend install dependencies: npm install run the server locally, port 5000: npm run dev