/Social-Media-Site

An image sharing blog built using django

Primary LanguagePython

Social-Media-Site

An image sharing blog built using django

Tech-used

Django , PostgreSql ,Bootstrap

Setup

  1. Clone the repo git clone https://github.com/tushar912/Social-Media-Site.git
  2. Create the virtual environment by running pipenv shell
  3. Open command prompt/terminal and run pip install -r requirements.txt to install all the dependencies.
  4. To set up database run python manage.py makemigrations and python manage.py migrate
  5. Finally run the application at 127.0.0.1:8000 using python manage.py runserver