A simple Twitter built with Wordpress as front-end and json-server as back-end.
- Local to run wordpress locally and use it as Front-end.
- JSON-server to create a fake REST API as backend
npx json-server --watch data/db.json --port 8000
- Get tweets
- Post tweets
- Edit tweets
- Delete tweets