Skip to content

taconet1/BibliothequeNodeJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BibliothequeNodeJs

BibliothequeNodeJs is an library application, developed entirely with Hapi (NodeJs), during my sandwich course in web development.

Subject

Installation

Clone the project.

git clone https://github.com/taconet1/BibliothequeNodeJs.git

.env

Variable for NodeMailer plugin :

NODEMAILER_HOST = 'smtp.ethereal.email'
NODEMAILER_PORT = 587

Don't forget to adapt database variables for your database connection if the default variables does not match with yours.

DB_HOST = '0.0.0.0'
DB_PORT = '3307'
DB_USER = 'root'
DB_PASSWORD = ''
DB_DATABASE = 'bibliothequenodejs'

Run the project

cd BibliothequeNodeJs
npm start

Or install nodemon to update automatically the server (useful for development).

npm install -g nodemon

Run the project.

cd BibliothequeNodeJs
nodemon server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages