FitBody icon indicating copy to clipboard operation
FitBody copied to clipboard

Added dockerfiles,compose-files,updated readme, added env files, use of .env variables

Open MishraTanishq619 opened this issue 9 months ago • 2 comments

Fixed : #89 Fixed : #276

Problem: The Repository didn't had any files for Containerisation. It takes too long to start the local server with too many steps.

Solution: With docker and compose files, now Anyone can start development server in only one command.

Tasks: Done all the tasks

  • [x] Adding dockerfile for web ("/")
  • [x] Adding dockerfile for server ("/server")
  • [x] Adding Docker-compose file for Development server. ("Docker-Compose.Dev.Yaml")
  • [x] Adding Docker-Compose file for Production server. ("Docker-Compose.Prod.Yaml")
  • [x] Adding ".env.example" file if needed.
  • [x] Updating ReadMe.md , adding instructions to start the container.

Screencast from 19-05-24 11:18:50 AM IST.webm

MishraTanishq619 avatar May 19 '24 06:05 MishraTanishq619