Skip to content

lidor1997/Doctor-Cook-Web-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dr.Cook-Web-Project

to run the server and client make sure

  1. download the server (recipes-api) run the commands:
  2. npm -g install yarn
  3. yarn install
  4. yarn start
  5. 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