techiepawan / django-notes-app

Project for notes-app using routing through nginx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Notes App

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

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

Project for notes-app using routing through nginx


Languages

Language:JavaScript 48.4%Language:CSS 46.9%Language:Python 4.0%Language:HTML 0.6%Language:Dockerfile 0.1%