diff --git a/.env b/.env deleted file mode 100644 index bcb8878..0000000 --- a/.env +++ /dev/null @@ -1,2 +0,0 @@ -SECRET="abc123" -PORT=3001 diff --git a/.gitignore b/.gitignore index 5148e52..80496f9 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,6 @@ jspm_packages # Optional REPL history .node_repl_history + +#Environment config +.env diff --git a/Procfile b/Procfile index 7388c29..ae1d0c3 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -api: npm run dev +api-dev: npm run api-dev client: cd client && npm start && cd .. diff --git a/README.md b/README.md index 21f5dd1..e2eaf59 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # Final Project Starter -A starter repository for the Final Project. +A starter repository for the Final Project. Danny Solis - Advanced 2 + +## Movie Memory + +Host on Heroku: +https://young-temple-99942.herokuapp.com/ diff --git a/client/package.json b/client/package.json index a7340d9..3ba4137 100644 --- a/client/package.json +++ b/client/package.json @@ -18,5 +18,6 @@ "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" - } + }, + "proxy": "https://young-temple-99942.herokuapp.com/" } diff --git a/client/public/favicon.ico b/client/public/favicon.ico index 5c125de..92dcdc3 100644 Binary files a/client/public/favicon.ico and b/client/public/favicon.ico differ diff --git a/client/public/img/ACA_logo.png b/client/public/img/ACA_logo.png new file mode 100644 index 0000000..b2c65eb Binary files /dev/null and b/client/public/img/ACA_logo.png differ diff --git a/client/public/index.html b/client/public/index.html index aab5e3b..30eb7bc 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -4,6 +4,8 @@ + + -