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.
- 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
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.
-
Clone this repository to your local machine using:
git clone https://github.com/codebayu/cms.codebayu.com.git
-
Navigate to the project directory:
cd cms.codebayu.com
-
Install the dependencies:
yarn install
- Configure your database settings in the .env file.
- Start the development server:
yarn dev
- Access the application in your browser at http://localhost:3000.
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.