Twittero is a simple software wich I built at my University. It helps to search for twitterposts and keep on those toppics up to date. It also has an included usersystem. To use all the Functions a Twitter API acess is needed.
- Insert your Twitter API Keys under http->Controllers->postController.php
- Install Docker
- Navigate via Terminal into the Folder
- use "docker compose up"
- Open the Docker CLI of twittero-laravel-1
- use "php artisan migrate"
- open https://localhost
- Have fun :)