This is a simple notes app built with React and Django.
- Python 3.9
- Node.js
- React
- Clone the repository
git clone [https://github.com/mukuljoshi01/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