Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

Old unfinished version of an online manga reader

License

Notifications You must be signed in to change notification settings

zeratax/Misaki-Reader-legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an online manga reader build with Node.Js, Express and MongoDB

this is very much a work in progress by an novice, but it's a fun project and I hope it'll become somewhat useful to you.

I hope to find time to redo this project with some fun frameworks or something.

Setting up

Just install the npm package or any equivalent on your system then, using your newly installed npm install the express framework:

npm install express --save

Then do the usuals

npm install
npm start

Tweaks

if you want to use the login by persona, you have to change

const PORT = 8080;
const AUDIENCE = "http://localhost:" + PORT;

to your domain

Powered by ❤ with Bootstrap

About

Old unfinished version of an online manga reader

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published