--> Easy to use
--> Requires no database
--> Responsive
--> Anime Available Based on Genres
--> and many moreeee...
anime-api The api used for the need of this website.
--> Php environment (use .htaccess must be enabled in localhost) or Directly Upload the code on php supported hosting (No editing Required Just Upload and Enjoy)
php/info.php
<?php
$base_url = "//{$_SERVER['SERVER_NAME']}"; // if on local then after the `}` add a slash and `/name_of_the_folder`
$website_name = "GogoAnime"; // The name u want for the website
$apiLink = ""; // api without the '/' at the end
$consumet = ""; // host ur own consumet api from here `/~https://github.com/consumet/api.consumet.org` and paste the api link here without the `/` at the end
if (date("d") > 15){
$apiLink = ""; // api without the '/' at the end
}
?>
Or you can deploy on any php hosting such as InfinityFree
You need to have php
installed on your pc for following the intructions
First download the repository using
git clone /~https://github.com/KiriXen/gogoanime
Now start the production build of the site using
php -S localhost:8888
This will start the app on http://localhost:8888
Make Sure You Edit $base_url in php/info.php before starting in localhost..
And Enable the use of .htaccess in PHP enviornment