https://github.com/hazz-i/neko-stream
website stream anime with Otakudesu and MyAnimeList API
https://github.com/hazz-i/neko-stream
flask python3 react
Last synced: 5 months ago
JSON representation
website stream anime with Otakudesu and MyAnimeList API
- Host: GitHub
- URL: https://github.com/hazz-i/neko-stream
- Owner: Hazz-i
- Created: 2024-08-06T05:14:23.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T04:16:39.000Z (over 1 year ago)
- Last Synced: 2025-04-24T05:43:53.032Z (about 1 year ago)
- Topics: flask, python3, react
- Language: JavaScript
- Homepage: http://anime.hazzdev.my.id
- Size: 4.68 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
## Require
Before run the serve, take a look at the following resources:
- [Python v3.12.4+](https://www.python.org/downloads/) - Python.
- [Node v21.6.1+](https://nodejs.org/en) - Node.
library Server:
- Flask
- FlaskCors
- dotEnv #env for flask server
library Scrapping:
- Request
- BeautifulSoup4
Configure FrontEnd:
```bash
yarn install
```
Then configure environment for the frontend
```bash
# run server
flask run
# run FE
yarn dev
```
## DEMO
## NOTE
I made this website just for fun and has no specific purpose.
Before running
the BE or FE server, make user all library and your .env or venv have done to setup first. enjoy it
^-^.