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