/PortfolioV2_CMS

🔥 The CMS for himanshusoni.in | Next 14, PosgreSQL, Prisma ORM, Shadcn UI, and SOLID Principle

Primary LanguageTypeScript

cms.himanshusoni.in

himanshua790

Introduction

This the CMS website is a fantastic way to manage content on www.himanshusoni.in. Leave the star if you find this project a bit helpful.

Features

  • Modern Stack: Built with Next.js, a powerful React framework, Tailwind CSS for responsive and elegant styling, Next Auth as the authentication, PostgreSQL as the database system and Prisma as ORM.
  • CMS: CRUD for some services.
  • Authectication: Full authectication feature

Getting Started

Before you begin, make sure you have Node.js and npm (Node Package Manager) installed on your system. Familiarity with Next.js, Tailwind CSS, Prisma, and PostgreSQL will be beneficial for customization.

Installation

  1. Clone this repository to your local machine using:

    git clone https://github.com/himanshua790/PortfolioV2_CMS.git
  2. Navigate to the project directory:

    cd cms.himanshusoni.in
  3. Install the dependencies:

    yarn install

Usage

  1. Configure your database settings in the .env file.
  2. Start the development server:
    yarn dev
  3. Access the application in your browser at http://localhost:3000.

Contributing

Contributions to this project are welcome and encouraged! If you find any bugs, want to add new features, or improve the existing ones, feel free to open issues and pull requests.