Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyesuhong/youbox
YouTube clone project to practise nodeJS
https://github.com/hyesuhong/youbox
Last synced: 5 days ago
JSON representation
YouTube clone project to practise nodeJS
- Host: GitHub
- URL: https://github.com/hyesuhong/youbox
- Owner: hyesuhong
- Created: 2023-07-21T04:18:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T07:44:34.000Z (about 1 year ago)
- Last Synced: 2023-11-14T06:33:09.401Z (almost 1 year ago)
- Language: JavaScript
- Homepage: https://youbox.fly.dev/
- Size: 826 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youbox
youtube clone project
## Router Setting
### Global Router
| Router | Description |
| ----------- | --------------- |
| **/** | Homepage's main |
| **/join** | Join |
| **/login** | Login |
| **/search** | Search video |### /users
| Router | Description |
| ----------- | ------------------- |
| **/logout** | Log out |
| **/:id** | See user's profile |
| **/edit** | Edit My information |
| **/delete** | Delete My account |### /videos
| Router | Description |
| --------------- | ------------ |
| **/:id** | Watch video |
| **/:id/edit** | Edit video |
| **/:id/delete** | Delete video |
| **/upload** | Upload video |## Todo
- [ ] Modify a comment
- [ ] Add like function
- [ ] When clicked a hashtag, search video by tag