Skip to content

dileepadev/admin-dileepa-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

admin-dileepa-dev

This is the administrative dashboard for managing content and data for dileepa.dev and its associated API.

Demo Video

Click the link or image below to view the demo video on YouTube.

Admin Dashboard Demo

Overview

This application serves as the central admin interface for:

Features

  • Dashboard: Overview of the platform's content and status.
  • Content Management: Manage various data entities including:
    • Blogs & Media
    • Experiences & Education
    • Projects & Tools
    • Communities & Events
    • Videos & Social Links
  • Authentication: Secure access to the administrative panels.
  • Dark Mode Support: Built-in theme switching with next-themes.

Tech Stack

Getting Started

Prerequisites

  • Node.js (Latest LTS recommended)
  • npm or pnpm

Installation

  1. Clone the repository:

    git clone https://github.com/dileepadev/admin-dileepa-dev.git
    cd admin-dileepa-dev
  2. Install dependencies:

    npm install
  3. Set up environment variables:

    Create a .env.local file based on .env.example:

    cp .env.example .env.local

    Update the variables with your local or production API endpoints.

Development

Run the development server:

npm run dev

The dashboard will be available at http://localhost:3001.

Build

To create an optimized production build:

npm run build
npm run start

Related Projects

Guidelines

Please refer to the following documents for contribution and development standards:

License

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

About

Admin dashboard for managing personal website and API content.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors