Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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