Is a web application that allows you to list, search, create, review, and rate cooking recipes.
- Clone this repo.
git clone https://github.com/karenplanas/NinasCookbook.git
- Install dependencies in root, server and client folder.
npm install
-
DB requirements: You need to have a MongoDB server running, either locally, or on the cloud, to connect to.
-
Create .env file in the server folder and set the Mongodb URI and a Secret Key of your choice.
MONGO_URI=
SECRET_KEY=
- Start the server. From the server folder, run
npm start
- Start the client. From the client folder, run
npm start