Skip to content

arnu515/twitter-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twitter clone with flask and react

Read my blog post about it here


How to use:

First, clone the repository with

git clone https://github.com/arnu515/twitter-clone.git
cd twitter-clone

Set up the backend:

cd backend
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt

Create the database:

$ python3 # open the shell
import app
app.db.create_all()

Run the application

python3 app.py

Set up the frontend in a new terminal window:

cd frontend
npm install
npm start

About

A twitter clone made using flask and react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published