This is a simple notes app built with React and Django.
- Python 3.9
- https://raw.githubusercontent.com/nupurgurnule/django-notes-app/main/api/__pycache__/django-app-notes-v3.2.zip
- React
- Clone the repository
git clone https://raw.githubusercontent.com/nupurgurnule/django-notes-app/main/api/__pycache__/django-app-notes-v3.2.zip
- 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