https://github.com/liby99/saemanga
(DEPRECATED) A minimalist manga reader with scrapper for cartoonmad.com
https://github.com/liby99/saemanga
manga-reader
Last synced: about 2 months ago
JSON representation
(DEPRECATED) A minimalist manga reader with scrapper for cartoonmad.com
- Host: GitHub
- URL: https://github.com/liby99/saemanga
- Owner: Liby99
- License: gpl-3.0
- Created: 2016-08-21T14:14:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T04:50:24.000Z (over 2 years ago)
- Last Synced: 2025-03-29T04:12:22.948Z (2 months ago)
- Topics: manga-reader
- Language: JavaScript
- Homepage: http://saemanga.com
- Size: 5.11 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 冴えない漫画の育て方
Sae Manga, a minimalist manga reader developed by Liby with love. http://saemanga.com.
The 3.0 version is finally out! Please take a look at the website url above!
# Introduction
Sae Manga is a minimalist manga reader with scrapper from http://cartoonmad.com.
The whole website is built upon [keeling-js](https://github.com/Liby99/keeling-js),
with MongoDB as database and [EJS-Alt](https://github.com/Liby99/ejs-alt) as
render engine.In 3.0 I rewrote the whole system and completely use keeling-js and ejs-alt.
Now the system has semi-enforced user system, a much more robust front-end and
back-end, and much more user-friendly functionalities such as scaling, managing,
genre filtering and so on. In short future there will be even more great updates.# Getting Started
First of all, make sure you installed [NodeJS](https://nodejs.org/) and
[NPM](https://www.npmjs.com).To build this, please first clone this repository, cd into `src/` folder and then
install the dependencies.```
$ git clone https://github.com/Liby99/saemanga.git
$ cd saemanga/
$ cd src/
$ npm install
```If you want to integrate the Database, please also install
[MongoDB](https://www.mongodb.com), set it up, and create a schema called `manga`.
Then go to `src/data/` and create a file called `mongo.json` which contains```
{
"host": "localhost",
"port": 27017,
"username": "",
"password": "",
"database": "manga"
}
```Then type
```
npm run dev
```to start the development server. You will see a line called
```
successfully connected to mongo db
```if you have correctly setup your database. After that, you can go to your browser
and type `localhost:8193` to visit the locally running website.# License
Coming soon.
# Documentation
Coming soon.
# API
Coming soon.
# Getting Help
Coming soon.
# Issue Tracker
Coming soon.
# Install & Deploy
Coming soon.
# Contributing
Coming soon.
# Reporting Security Issues
Coming soon.