Module 4 - Deployment and Best Practices

Guided Project

Project Solution Video

Project Resources

Starter Repository

node-api4-guided

Solution Repository

node-api4-guided-solution

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

  1. Clone the starter repository
  2. Install dependencies
  3. Create and configure your .env file
  4. Test your application locally
  5. Set up a Heroku account and CLI
  6. Create a new Heroku application
  7. Configure environment variables on Heroku
  8. Deploy your application
  9. Test your deployed application

Additional Resources