npm install- Open XAMPP and start the MySQL service.
- In phpMyAdmin, create a database named
recipe_sharing. - Import the schema:
mysql -u root -p recipe_sharing < recipe_sharing.sqlPORT=5000
BACKEND_URL=http://localhost:5000npm run dev # development
npm start # productionhttp://localhost:5000
✅ That's it! Register an account and start adding recipes.