Inspiration and source cod eis taken from the AnimeEZ Repo
AnimeEZ - An Anime Streaming website (Demo - https://animeez.live) BTW ITS MADE IN HTML
Template Used -- https://github.com/codewithsadee/filmlane
API PROJECT URL -- Click Here
--> Its lightweight (after the anime details are set in db XD)
--> Uses api project to lower the weight on machine
--> Easy to use
--> Mobile view supported
--> Better than previous one i guess so
--> Demo website - https://animeez.live
--> Demo Video -
rec-tab.1.webm
API PROJECT SHOULD BE HOSTED IN DIFFERENT CMD OR ENVIRONMENT
API PROJECT URL -- Click Here
- Download the zip and extract it in any path you want.
- Open a command prompt and go to the path in which you extracted the zip.
- Enter
npm install
in the command prompt to install the required modules. - Make sure your api project is running properly.
- Make sure your config.js is properly configured. Check if the api_url matches your api project url.
- Enter
npm start
in the command prompt and your website is ready to run.
We are not officially on any social media other than github
--> Express for Website Framework.
--> Axios for Gogoanime requests.
--> Ejs/Html for frontend.
--> Quick.db for saving animes (Homepage)
--> You can use any node version which is above 11.9.
--> A good machine to run the code.
Just click run if its repl otherwise type node index.js
in console.
--> Quick.db is used as saving information and again saving the information after sometime to update it. Like Homepage which updates information every 7 Minutes (In Starting the code After 7 minutes the homepage's data will be okay).