Skip to content

This repository contains a Minecraft Server Status website built using Express, Express-Handlebars, and MongoDB. The application allows users to check the status of a Minecraft server, including details such as the number of active players and server uptime. The website is designed to be easy to set up and deploy, with clear instructions .

License

Notifications You must be signed in to change notification settings

akshtt-dev/mc-server-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MC Server Status Website

This repository contains a Minecraft Server Status website built using Express, Express-Handlebars, and MongoDB.

Getting Started

Prerequisites

Make sure you have the following installed on your system:

Installation

  1. Clone the repository:

    git clone https://github.com/akshtt-dev/mc-server-status
    cd mc-server-status
  2. Set up environment variables:

  • Copy the example.env file to .env:

    cp example.env .env
  • Edit the .env file with your preferred settings.

  1. Install Node modules:
npm install

Running the Application

You can run the application using one of the following commands:

  • Production mode:

    npm start

    or

    node .
  • Development mode (with hot-reloading):

    npm run dev

Usage

After running the application, open your browser and navigate to http://localhost:3000 to see the Minecraft Server Status website in action.

License

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

Acknowledgments

  • Thanks to the open-source community for providing the tools and libraries used in this project.

About

This repository contains a Minecraft Server Status website built using Express, Express-Handlebars, and MongoDB. The application allows users to check the status of a Minecraft server, including details such as the number of active players and server uptime. The website is designed to be easy to set up and deploy, with clear instructions .

Topics

Resources

License

Stars

Watchers

Forks