node-express-example
- use with
https://github.com/AlonsoK28/ng-node-express-example
repo - import
database-script\express-example.sql
file intophpMyAdmin
- create the following
user
and set yourcredentials
into.env
file
MYSQLHOST = 'localhost'
MYSQLUSER = 'macos-bigsur'
MYSQLPASSWORD = 'zY3vgrFvbbtiIJ1T'
MYSQLDATABASE = 'express-example'
MYSQLPORT = 3306
- run
npm run start
command
- 👷♂️ improvements for
railway
environment
- 👷♂️ added
vercel
config
- 👷♂️ improvements for railway environment variables
- 👷♂️ added
railway
environment variables
- 🍏 initial implementation