/simmibackend

Simmifoundation Website redesign

Primary LanguagePython

🛠 Simmi Foundation Backend Repository

Currently the website is live at: https://simmibackendtest.herokuapp.com/ simmibackend.pythonanywhere.com


💻 Activate Virtual Environment:

For MacOS:

source venv/bin/activate

For Windows:

venv\Scripts\activate

💾 Install Requirements/Dependencies for this project:

pip install -r requirements.txt

Sync your Local Repo with the Remote Repo by following these steps:

  1. Sync your forked Repo by clicking "Sync Fork"

sync fork

  1. Type in your Command Line:
git fetch origin
git merge origin/main

or

git pull origin