akarsh / nginx-nodejs-example-project

This is an example project that demonstrates the use of Nginx as a reverse proxy server for a Node.js web application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nginx Node.js Example Project

Docker Compose Test Test with Background Server

This is an example project that demonstrates the use of Nginx as a reverse proxy server for a Node.js web application.

Prerequisites

Before running this project, make sure you have the following installed:

  • Node.js version 20.11.0

Getting Started

  1. Clone the repository:
git clone https://github.com/akarsh/nginx-nodejs-example-project.git
cd nginx-nodejs-example-project
  1. Install the dependencies:
cd nodejs
npm install
  1. Start the Node.js server:
npm start

Project Structure

The project structure is as follows:

  • nodejs/ - Node.js web application code

License

This project is licensed under the GPL-3.0 License. See the LICENSE file for details.

About

This is an example project that demonstrates the use of Nginx as a reverse proxy server for a Node.js web application.

License:GNU General Public License v3.0


Languages

Language:JavaScript 72.0%Language:Dockerfile 28.0%