#deployment
Read more stories on Hashnode
Articles with this tag
Launch Instance on EC2 ssh -i <.pem file> ubuntu@<public IP address> Install Node.js on EC2 Instance curl -sL https://deb.nodesource.com/setup_16.x |...
03/30/23 · Reading User Login Token Cookie token_receive = request.cookies.get("mytoken") try: payload = jwt.decode(token_receive,...
03/03/2023 · Today, I learned how to use Flask to build a toy project for the back-end and deploy it on AWS. Through implementing two projects on my own,...