Skip to content

Ninas Cookbook is Is an app that allows users to list, search, create, review, rate cooking recipes.

Notifications You must be signed in to change notification settings

karenplanas/NinasCookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nina's Cookbook

Is a web application that allows you to list, search, create, review, and rate cooking recipes.

Screenshots

Sign In screen

Login

Home screen

NinasCookbook

Recipe details screen

RecipeDetails

Getting Started

  1. Clone this repo.
git clone https://github.com/karenplanas/NinasCookbook.git
  1. Install dependencies in root, server and client folder.
npm install
  1. DB requirements: You need to have a MongoDB server running, either locally, or on the cloud, to connect to.

  2. Create .env file in the server folder and set the Mongodb URI and a Secret Key of your choice.

MONGO_URI=
SECRET_KEY=
  1. Start the server. From the server folder, run
npm start
  1. Start the client. From the client folder, run
npm start

Tech Stack

About

Ninas Cookbook is Is an app that allows users to list, search, create, review, rate cooking recipes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published