Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 330 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 330 Bytes

Welcome to Node-Eshop!

A node Js Eshop, for educational purposes

Build Process

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm start

MYSQL Database

A .env file needs to be created with the variables DB_DATABASE, DB_USERNAME, DB_PASSWORD,for the connection with DB.