Byscan


An unofficial website using a Nautiljon Scrapping API made by @barthofu, made 4 school

Table of content:


Installation

To run the project, you'll need to run

  composer install
  php bin/console doctrine:migrations:migrate
  npm install
  npm run build

Launch dev server

  symfony server:start

And also you can find the file byscan_manga.sql in the project's root. You'll need to install it and update your .env file to use it.


Uses

To add manga you have to go through the route : /manga/add or to use a csv file manga/add/csv.

If the manga already exists It'll just update it.

When you add a manga it will search it through the API on Nautiljon and complete all the data we'll need.

Also, the suppress code is 1234.


Tech

Client: SCSS

Server: Symfony, MariaDB, Twig, Webpack & Encore

API: Nautiljon Scrapper by Barthofu.


Author