Skip to content

abdelghanyMh/boilerplate-personal-library

Repository files navigation

ffc-Personal-Library

A simple Personal Library allows you to manage books and book comments. built in Node.js using Express
I'm also using:

  1. chaijs to test API
  2. MongoDB driver for Node.js.

View live demo here: https://boilerplate-project-library.abdelghanymh.repl.co/

Installation

1. Clone the Repository

git clone https://github.com/abdelghanyMh/boilerplate-personal-library.git

cd boilerplate-personal-library

2. Install the Dependencies

npm install

3. Start the Server

npm start

View on localhost:3000

special thanks to freecodecamp

tutoriel Personal Library