Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codebayu/cms.codebayu.com

🔥 The CMS for codebayu.com | Next 14, PosgreSQL, Prisma ORM, Shadcn UI, and SOLID Principle
https://github.com/codebayu/cms.codebayu.com

content-management-system fullstack-application solid-principles

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# cms.codebayu.com


codebayu

## Introduction

This the CMS website is a fantastic way to manage content on www.codebayu.com. 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:

```bash
git clone https://github.com/codebayu/cms.codebayu.com.git
```

2. Navigate to the project directory:
```bash
cd cms.codebayu.com
```
3. Install the dependencies:
```bash
yarn install
```

## Usage

1. Configure your database settings in the .env file.
2. Start the development server:
```bash
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.