Giter Club home page Giter Club logo

dns_manager's Introduction

DNS Manager

Overview

DNS Manager is a web application designed to provide a central dashboard for automating the management of domains and DNS records in bulk on AWS Route 53.

Features

  • MERN Stack: Standardizes on the MERN stack for frontend, backend, and infrastructure layers.
  • AWS Route 53 Integration: Seamless integration with AWS Route 53.
  • User-friendly Dashboard: Provides an intuitive interface for uploading and viewing domains and DNS records.
  • Support for Various DNS Record Types: Manages A, AAAA, CNAME, MX, NS, PTR, SOA, SRV, TXT, and DNSSEC records.
  • CRUD Operations: Forms and modals for adding, editing, and deleting DNS record entries.
  • Search and Filters: Offers filters and search options for easy navigation of bulk data.
  • Graphical Insights: Displays charts and metrics for domain and record type distribution.
  • Bulk Uploads: Supports CSV or JSON bulk uploads for domain/records data.
  • API Endpoints: Backend API endpoints for CRUD operations on DNS records.
  • Secure Authentication: Implements secure user authentication and authorization.

Setup

##Clone the repository:

git clone https://github.com/nithin3q/dns_manager.git

Install dependencies:

npm install

ENV FILE IN BACKEND -

export AWS_ACCESS_KEY_ID=<Your AWS Access Key ID>
export AWS_SECRET_ACCESS_KEY=<Your AWS Secret Access Key>
export AWS_REGION=<Your AWS Region>

Start the frontend:

npm run dev

Start the development server:

npm start

dns_manager's People

Contributors

nithin3q avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.