Skip to content

SepehrBazyar/Twitter

Repository files navigation

Twitter

Bilingual Social Network Project with Python & Django Framework

Photos:

Tools:

  1. Back-End: Python, Django
  2. DataBase: PostgreSQL
  3. Front-End: HTML5, CSS3

How to Run?

  1. Clone the Project
git clone https://github.com/SepehrBazyar/Shopping.git
  1. Create a Virtual Environment("venv" is a Selective Name).
python -m venv venv
  1. Activate the Interpreter of the Virtual Environment
    • Windows:
    venv\Script\active
    
    • Linux:
    source venv/bin/active
    
  2. Install the Requirements
pip install -r requirements.txt
  1. Write the Following Command to Run the Server
python manage.py runserver

About

this is a test project for teaching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages