Skip to content

espinoza/fakeTwitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fakeTwitter

A simple Twitter clone. Responsive, without using CSS framework.

Screenshots

image     image

image

Installation

Requirements

  • Python3
  • Postgresql
  • Node.js with Node-Sass

How to install

  1. Clone this repository: git clone https://github.com/espinoza/fakeTwitter
  2. Enter the directory: cd fakeTwitter
  3. Create virtual environment: python3 -m venv .venv
  4. Activate virtual environment: source .venv/bin/activate
  5. Install Python packages: pip install -r requirements.txt
  6. Create Postgresql database: NAME: fake_twitter, USER: postgres, PASSWORD: root
  7. Migrate database: python manage.py migrate
  8. Compile CSS files: node-sass assets/scss -o main/static/css
  9. Run server: python manage runserver
  10. Open a browser and go to http://localhost:8000