A modern website to save your favorite recipes and share them
- Install the mongoDB server
- Update the mongo.bat script with the good version and the good path
- Run mongo.bat
- Execute mongo.exe (the mongoDB client)
- Enter the command "use menus" to create the db named menus
- Do npm Install
- Do npm run build
- Do npm run start
- Open your navigator to localhost:8080
- Open the mongoDB install folder of mongoexport.exe
- Tape "cmd" into the folder input
- Tape "mongoexport -d menus -c recipes -o E:\recipes.json"
- Tape "mongoexport -d menus -c users -o E:\users.json"
- Open the mongoDB install folder of mongoimport.exe
- Tape "cmd" into the folder input
- Tape "mongoimport -d menus -c recipes E:\recipes.json"
- Tape "mongoimport -d menus -c users E:\users.json"
Having trouble with Cooking book ? Contact me at funnybobby2@gmail.com and I’ll help you sort it out.