Skip to content

Twittrer/TwitterRepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Replica

This repo is a replica version of the famous web app twitter

Capture

Technologies used

  • Frontend: Javascript : React
  • Server : Python : Flask
  • Database : AtlasDB : Pymongo
  • Deployment : Firebase

Links

New code lines used

  • to deploy docker to heroku
  • docker build . -t name
  • heroku login
  • heroku container:login
  • heroku container:push web --app=herokuname
  • heroku container:release web --app=herokuname

How to run it

  1. Backend

    • Go from root directory to Backend directory
    cd Backend/
    
    • Install dependencies
    pip install -r requirements.txt
    
    • Run the server:
    cd Backend/
    python app.py
    
  2. frontend

    • Go from root directory to client directory
    cd twitter/
    npm i
    
    • Run the app
    npm start
    

Team

Duration

  • 10 work days

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •