MeVaibhav9 / feedback-management-nodejs

Simple Feedback Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js User Management System - Express, Express-Handlebars, HBS, MySQL

This was created as part of YouTube Video. Links below

GitHub Logo

Create .env file

Create a .env file to store your database credentials

DB_HOST = localhost
DB_NAME = usermanagement_tut
DB_USER = root
DB_PASS = password

Installation

To run this project, install it locally using npm:

$ npm install
$ npm start

YouTube Video & Article

YouTube Video

Read Article

YouTube Channel - RaddyTheBrand

Subscribe to my YouTube Channel

Website

www.raddy.co.uk

Donations

Via Paypal

Buy me a Coffee

About

Simple Feedback Application

License:MIT License


Languages

Language:Handlebars 55.6%Language:JavaScript 44.0%Language:CSS 0.4%