Skip to content

Commit

Permalink
add initial files for backend
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshchoudhary committed Nov 1, 2023
0 parents commit 74fb1f2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# chai aur backend series

This is a video series on backend with javascript
- [Model link](https://app.eraser.io/workspace/YtPqZ1VogxGy1jzIDkzj?origin=share)
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "chai-backend",
"version": "1.0.0",
"description": "a backend at chai aur code channel - youtube",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"javascript",
"backend",
"chai"
],
"author": "Hitesh Choudhary",
"license": "ISC"
}

0 comments on commit 74fb1f2

Please sign in to comment.