Bilingual Social Network Project with Python & Django Framework
- Back-End: Python, Django
- DataBase: PostgreSQL
- Front-End: HTML5, CSS3
- Clone the Project
git clone https://github.com/SepehrBazyar/Shopping.git
- Create a Virtual Environment("venv" is a Selective Name).
python -m venv venv
- Activate the Interpreter of the Virtual Environment
- Windows:
venv\Script\active
- Linux:
source venv/bin/active
- Install the Requirements
pip install -r requirements.txt
- Write the Following Command to Run the Server
python manage.py runserver