Skip to content

ogulcankarayel5/password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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