Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add instagram clone #242

Merged
merged 4 commits into from
Feb 2, 2024
Merged

add instagram clone #242

merged 4 commits into from
Feb 2, 2024

Conversation

hemant933
Copy link
Contributor

@Kritika30032002
Copy link
Owner

add video of working in readme
also by reading the readme, the user must be able to locally run the program so setup the readme accordingly

@hemant933
Copy link
Contributor Author

add video of working in readme also by reading the readme, the user must be able to locally run the program so setup the readme accordingly

I updated the Readme.md file

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

@Kritika30032002
Copy link
Owner

Create a config/config.js file and insert the following code it will contains all code variables. Replace values with yours !!!

PORT=YOUR_PORT
SESSION_SECRET_LETTER="anything-secret"
MYSQL_HOST="host"
MYSQL_USER="user"
MYSQL_PASSWORD="password"
MYSQL_DATABASE="db"
MAIL="your-email-for-sending email-verification-link"
MAIL_PASSWORD="password-for-email"
GOOGLE_GEOLOCATION_KEY='google-geolocation-key'
ADMIN_PASSWORD='password-for-admin'


add from where and how user can get its value (add any utube video or website which guide getting these values)

@hemant933
Copy link
Contributor Author

Create a config/config.js file and insert the following code it will contains all code variables. Replace values with yours !!!

PORT=YOUR_PORT
SESSION_SECRET_LETTER="anything-secret"
MYSQL_HOST="host"
MYSQL_USER="user"
MYSQL_PASSWORD="password"
MYSQL_DATABASE="db"
MAIL="your-email-for-sending email-verification-link"
MAIL_PASSWORD="password-for-email"
GOOGLE_GEOLOCATION_KEY='google-geolocation-key'
ADMIN_PASSWORD='password-for-admin'


add from where and how user can get its value (add any utube video or website which guide getting these values)

done

@Kritika30032002 Kritika30032002 merged commit c7ca6ec into Kritika30032002:main Feb 2, 2024
1 of 2 checks passed
@Kritika30032002
Copy link
Owner

Thanks for your Valuable contribution.
Don't forget to star the repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants