Deploying Notes App using NGINX on AWS EC2 Instance.
This is a simple notes app built with React and Django.
Requirements
Python 3.9
Node.js
React
Installation
Clone the repository
git clone https://github.com/LondheShubham153/django-notes-app.git
Build the app
docker build -t notes-app .
R...
devops-tricks.hashnode.dev1 min read