NomNomNotebook is a web application dedicated to recipe sharing and storage, providing a digital space a space for food lovers to connect and explore a variety of delicious dishes.
Creating an account is easy! Simply sign up and set up your profile to start sharing your recipes. With a personalized account, you can keep track of your own recipes and interact with others in the community.
One of the standout features of our application is the flexibility to choose how you share your recipes. Users can choose to share their recipes with everyone, creating a friendly community and exploring new culinary delights together. Alternatively, if you prefer to keep your recipes private, you can store them on your own page.
Engage with other food enthusiasts by liking and commenting on their posted recipes. This interactive element adds a social layer to the platform, allowing users to connect, share tips, and celebrate the joy of cooking together.
- Install PostgreSQL and pgAdmin tool.
- During PostgreSQL installation set superuser password and port.
- With pgAdmin tool create a database
- Open the database.js file in the backend directory.
- Replace parameters in "const pool" with the corresponding values you set in pgAdmin for your PostgreSQL database.
cd back
npm install
npm start
or
npm server.js
cd front
npm install
npm run serve
npm run build