darenc9 / FitFuture

https://fit-future.vercel.app
0 stars 0 forks source link

Deploy back end #74

Closed andrew-sequeira closed 2 months ago

andrew-sequeira commented 3 months ago

User story As a developer, I want to deploy the backend of the FitFuture application to the production environment, so that users can access and interact with the backend services of FitFuture.

Description The deployment of the backend involves setting up the application server, database, and ensuring all configurations are properly set for a production environment. This includes configuring environment variables, setting up continuous integration and deployment pipelines, and verifying that the backend services are accessible and functioning correctly after deployment.

Acceptance Criteria

Testing