I've finished developing my website using XAMPP—it's a history-themed site similar to Geoguessr, complete with user registration and email confirmation. Now, I'm a bit stuck and unsure of what steps to take next. I've heard I need to use environment variables for storing email addresses, but I'm looking for more guidance. Can anyone help me out?
1 Answer
XAMPP is great for local development, but it's not meant for production. You'll need to set up a production server environment and migrate everything over. If you're feeling adventurous, consider moving to containerized development using tools like Docker. It's pretty popular and can help manage your app better in the long run.
Do you have any resources on that?