Skip to content

HitanshuGupta/nginx-fullstack-app-deployment

Repository files navigation

Simple Notes App

This is a simple notes app built with React and Django.

My work is to deploy this application on the Nginx web server and you can check this out -

image

HERE IS THE LINK - notes.hitanshu.live (It might not work later because the app is running on aws ec2 and it will cost afterward. )

Requirements

  1. Python 3.9
  2. Node.js
  3. React

Installation

  1. Clone the repository
git clone https://github.com/LondheShubham153/django-notes-app.git
  1. Build the app
docker build -t notes-app .
  1. Run the app
docker run -d -p 8000:8000 notes-app:latest

Nginx

Install Nginx reverse proxy to make this application available

sudo apt-get update sudo apt install nginx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •