to run the server and client make sure
- download the server (recipes-api) run the commands:
- npm -g install yarn
- yarn install
- yarn start
- after handling the server-side, apply the same steps (2,3,4) to the client side (recipes-api)
add a file named .env manually to the server-side project and input the following part of code NODE_ENV=development MONGO_URI=mongodb+srv://<db_username>:<db_password>@cluster0.tx78t.mongodb.net/ MONGO_USERNAME=lidorili8 MONGO_PASSWORD=LTIoWnv0XqvxBquQ JWT_SECRET=VybmFtZSI6IkphdmFJblVzZSIsImV4cCI6MTczNTg5NjMzMSwiaWF0IjoxNzM1ODk2Mz