mysql node js github
Welcome to my github
node js mysql starter github
# clone it
git clone [email protected]:dainiusgliebus/nodejs-express-rest-mysql-starter
cd nodejs-express-rest-mysql-starter
# Make it your own
rm -rf .git && git init && npm init
# Install dependencies
npm install
# Create mysql database and copy sql to database from sql/users.sql
# Copy .env.example to .env and update with local parameters
cp .env.example .env
# Run test
npm run test
# Run test-reload
npm run test-watch
# Start development live-reload server
npm run dev
# Start production server:
npm start
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us