Lucky password is a password manager app that created based on mern stack
1- Clone the repo
git clone https://github.com/ogulcankarayel5/password-manager.git
2- In the root directory
npm install
3- In the root directory, you must create .env file that keeps environment variables
SKIP_PREFLIGHT_CHECK=true
REACT_APP_TEST_SITE_KEY =<your recaptcha key>
REACT_APP_LOCALACCESS =<key for access token>
REACT_APP_REFRESHTOKEN=<key for refresh token>
4- Go to the client directory
npm install
5-Finally, in the root directory,run script
npm run start