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

https://github.com/hirotakadango/novel

Simple php novel site
https://github.com/hirotakadango/novel

novel personal-site php sqlite sqlite-database

Last synced: 8 months ago
JSON representation

Simple php novel site

Awesome Lists containing this project

README

          

# Novel

A simple and lightweight novel management system.

## Features
- Manage and organize novels easily
- User-friendly interface
- Lightweight and fast

## Installation
1. Clone the repository:
```sh
git clone https://github.com/HirotakaDango/novel.git
```
2. Navigate to the project folder:
```sh
cd novel
```
3. Deploy on a local or online server with PHP support.

## Activating SQLite Database
1. Ensure your server has SQLite enabled in PHP. You can check by running:
```sh
php -m | grep sqlite
```
2. If SQLite is not enabled, enable it in `php.ini` by uncommenting:
```
extension=sqlite3
```
3. Your website is now ready!

## Usage
- Open `index.php` in your browser.
- Start managing your novels.