Initial commit
This commit is contained in:
parent
32184a54ce
commit
a18a0e9b7a
31 changed files with 8180 additions and 0 deletions
18
package.json
Normal file
18
package.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "cinematch",
|
||||
"version": "1.0.0",
|
||||
"description": "CineMatch is a collaborative movie discovery application designed to solve the common dilemma of choosing what to watch. By leveraging a swipe-based interface, it streamlines the decision-making process for couples, friends, groups, etc.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "concurrently \"npm run server\" \"npm run client\"",
|
||||
"server": "cd backend && node server.js",
|
||||
"client": "cd frontend && npm run dev"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"concurrently": "^9.2.1",
|
||||
"dotenv": "^17.3.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue