welcome to the nuzlooke server repo! This is the server code for my capstone project at UVU Spring 2021
I was bumming off the goodwill and AWS billing of the professor in charge of my capstone. Consequently, this project will have to be modified a bit in order to deal with the lack of free access to Elastic Beanstalk.
I have 25G of forever free DynamoDB (for now at least)... which means I might move most of the server code to the client since it was mainly used to talk to Dynamo, something the client can easily do, and the real difficult stuff was actually just bad design...
- create a folder in the root called
.localstack
- run the server:
npm serve
- enjoy
- run
npm run dc:down
when finished to turn off the containers
- use Certificate Manager and follow instructions to create
- go to elastic beanstalk
- go to configuration > load balancer
- add listener
- port 443
- https
- select the ssl cert from Certificate Manager
- add
- apply
- remember to go to the https version of your elastic beanstalk deployment...