jayryanj / URLookup

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

Deploy project to AWS #11

Closed jayryanj closed 3 years ago

jayryanj commented 3 years ago

The project is no longer implemented with a single Express server that serves out the React files and API requests. The project has been separated back to two separate projects (front-end and back-end). Deploy both (or one) of these to AWS using Amplify or EC2 instances. This would also require reconfiguring the DNS for the urlookup domain.

jayryanj commented 3 years ago

Project is deployed to AWS (http://urlookup.us-west-2.elasticbeanstalk.com/) using AWS Elastic Beanstalk.

The project was also re-implemented as a single Express server so there's no need to perform two separate deployments for the front-end and back-end.