ankitgadling / simmibackend

Simmifoundation Website redesign

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ›  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

About

Simmifoundation Website redesign


Languages

Language:Python 53.6%Language:JavaScript 22.9%Language:CSS 22.6%Language:HTML 0.9%Language:Procfile 0.0%