"Franceschini Food" is a personalized recipe cookbook website crafted by its owner, showcasing a delightful collection of cherished family recipes passed down through generations, alongside newfound favorites discovered from viral videos and social media platforms like TikTok. With a blend of tradition and contemporary tastes, this platform offers a culinary journey rich in flavor and heritage. From time-honored classics to trendy culinary creations, "Franceschini Food" invites visitors to explore a treasure trove of recipes curated with love and passion for good food.
To run the app locally, follow these steps:
-
Clone the repository:
git clone https://github.com/colinfran/franceshini-food.git
-
Navigate to the project directory:
cd franceshini-food
-
Install dependencies:
npm install
-
Set up environment variables:
- Create the
.env
file by copying the example file:cp .env.example .env
- Add env variables from your mongodb uri, your key to login, jwt secret, and your imgbb api key.
- Create the
-
Start the development server:
npm run dev
-
Open your browser and visit
http://localhost:3000
to access Franceschini Food.
For inquiries or support regarding Franceschini Food, please contact hello@colinfran.com.