This is a simple notes app built with React and Django.
Clone the repository
git clone https://github.com/LondheShubham153/django-notes-app.git
Build the app
docker build -t notes-app .
Run the app
docker run -d -p 8000:8000 notes-app:latest
Install Nginx reverse proxy to make this application available
sudo apt-get update
sudo apt install nginx