DevHomies / LikeHome

A mini clone of hotels.com
MIT License
1 stars 0 forks source link

backend environment setup #2

Closed xiyuanzhou closed 1 year ago

rhedgeco commented 1 year ago

Also we should be tracking development dependencies and using python virtual environments so that multiple developers will be using the same dependencies and environment.

If you can look into making a requirements.txt file and testing it in a fresh venv that would be amazing so we don't hit problems down the road. (just be sure to add the venv folder to the .gitignore too since each person will have their own)