Skip to content

Commit

Permalink
Update: Enhanced app source code
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Jun 20, 2024
1 parent 07801ed commit 10b4f12
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,14 @@
"start": "http-server -o",
"build": "npm run start",
"test": "http-server -o",
"serve": "http-server -o",
"dev:android": "cd MovieVerse-Mobile && cordova run android",
"dev:ios": "cd MovieVerse-Mobile && cordova run ios",
"build:android": "cd MovieVerse-Mobile && cordova build android",
"build:ios": "cd MovieVerse-Mobile && cordova build ios",
"backend": "cd MovieVerse-Backend/databases && node app.js && node mongo-redis.js && node mysql.js && node postgresql.js && node publish.js && cd ../django_backend && python manage.py runserver"
"serve": "http-server -o"
},
"keywords": [
"movie",
"database",
"app",
"interactive",
"search",
"view",
"details",
"save",
"favorites",
"list",
"themoviedb",
"api",
"javascript",
"react",
"movieverse"
"2048",
"game",
"puzzle",
"fun",
"addictive"
],
"author": "Son Nguyen",
"license": "MIT",
Expand Down

0 comments on commit 10b4f12

Please sign in to comment.