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

Latest commit

 

History

History
40 lines (27 loc) · 962 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 962 Bytes

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