Skip to content

An application that is based on nodejs-express to perform CRUD operations using a mysql database

Notifications You must be signed in to change notification settings

Vv-Naveen-varma/user-management-site

Repository files navigation

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

For better understanding refer the article

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

About

An application that is based on nodejs-express to perform CRUD operations using a mysql database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages