jayryanj / URLookup

Checks URL for maliciousness
MIT License
1 stars 0 forks source link

Deploy project to a platform #6

Closed jayryanj closed 4 years ago

jayryanj commented 4 years ago

Deploy the project to a cloud platform (PaaS) such as Heroku or AWS. Must think about how the front-end and back-end are going to communicate with each other. A domain (urlookup.com) has already been bought, so the DNS must also be pointing to the deployed project.

Note: All of this typically costs money.

jayryanj commented 4 years ago

Decided to have Express.js serve the static React files and run the API under the same process.

Project deployed to Heroku using free dyno at: urlookup.herokuapp.com

Custom domain still needs to be configured

jayryanj commented 4 years ago

Custom domain doesn't work for now. May need to upgrade dyno. Closing issue