Module 4 - Deployment and Best Practices
Guided Project
Project Solution Video
Project Resources
Important Notes
- Make sure to follow the project setup instructions carefully
- Test your environment variables locally before deploying
- Remember to add .env to .gitignore
- Use proper environment variable naming conventions
- Consider security best practices when handling sensitive data
- Test your application thoroughly after deployment
Project Steps
- Clone the starter repository
- Install dependencies
- Create and configure your .env file
- Test your application locally
- Set up a Heroku account and CLI
- Create a new Heroku application
- Configure environment variables on Heroku
- Deploy your application
- Test your deployed application