Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 751 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 751 Bytes

Lucky Password

Lucky password is a password manager app that created based on mern stack

Installation

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

License

MIT