Skip to content

Environments

Vanessa Ejikeme edited this page Jan 3, 2018 · 2 revisions

This Project has three environments which are:

  • Development
  • Test
  • Production

Development

This is the local development environment with configurations that make the workflow easier. It is a simulation of the production environment as closely as possible but it is configured to work with dummy data and ensures that features are properly tested before it moved to production.

Test

The test environment is used to run integration and unit tests for this application. It is completely separate and it has its own migrations and seeders. For this project the test environment is configured on TRAVIS CI.

Production

This is the live environment that contains real data. This can be seen on any hosting platform e.g Heroku, Amazon Web Services.