nurcinozer / sahaf

πŸ“– I developed this application to add the books that I read.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sahaf

Sahaf is a simple book library application implemented using Node.js, Express, MongoDB and EJS.

I developed this project...

...because I want to learn CRUD operations using Node.js πŸ’–

What is going to be my next steps?

  • Learn how to handle authentication with Node using Passport.js

Installation

git clone https://github.com/nurcinozer/sahaf.git
cd sahaf
npm install

Enviroment variables

Create a file named ".env" in the root directory and fill its contents as follows.

DATABASE_URL = XXX

SECRET_KEY = XXX

Run the app

npm run devStart // for locally

Screenshots

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

About

πŸ“– I developed this application to add the books that I read.

License:Apache License 2.0


Languages

Language:JavaScript 48.8%Language:HTML 32.4%Language:CSS 18.9%