Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwatdwi176 committed Jan 7, 2024
0 parents commit 711aba6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Backend for SyncTube

User can make the account on the Synctube
User can upload videos
User can watch other videos
User can their watch history
User can comment on videos
User can make a tweet
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "synctube",
"version": "1.0.0",
"description": "A backend for Synctube",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"javascript",
"backend",
"synctube"
],
"author": "Shashwat Dwivedi",
"license": "ISC"
}

0 comments on commit 711aba6

Please sign in to comment.