Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 411 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 411 Bytes

testnodeapp

A Node Mysql Notes app

Guide to install and run the app

Step 1: Install node modules (npm install)

Step 2: Create Mysql db and import the testnodeapp_db.sql file included in the project

Step 3: Duplicate the .env.example file and rename one .env and fillin all config parameters fpr your db on your local machine.

Step 4: Startup your Mysql server

Step 5: Start your server (npm run dev)