Node.js JSON-Based Website

This project is a simple website created using Node.js and EJS. Texts displayed on the site are stored in JSON files, and EJS interprets this data to generate the page content.

Table of Contents

Installation

  1. Clone the project:

    git clone https://github.com/buraktanriverdi/nodejs-multi-language-web-site.git
  2. Navigate to the project directory:

    cd nodejs-multi-language-web-site
  3. Install dependencies:

    npm install
  4. Start the local server:

    npm start
  5. Visit http://localhost:3000 in your browser to view the project.

Usage

  • Update the text in the JSON files to change the content of the page.
  • Customize the page design by editing the EJS templates.

Contributing and Improvements

  1. Fork this repository.
  2. Create a new branch: git checkout -b newbranch
  3. Commit your changes: git commit -am 'Add new feature'
  4. Push your branch: git push origin newbranch
  5. Open a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.