Skip to content

Node.js Restful CRUD API with Node.js, Express and MySQL. This is API for the tutorial that demonstrates how to deploy a mysql application on Heroku for free. The article is in the link below.

License

Notifications You must be signed in to change notification settings

autoidle/nodejs_mysql

 
 

Repository files navigation

Nodejs with MySQL

This is a demo mysql nodejs API for the tutorial How to create a MySQL application on Heroku on autoidle's blog. The tutorial demonstrates how to deploy a mysql application on Heroku for free.

Setup

  1. Create a mysql database of your choice:
CREATE DATABASE <<database_name_here>>;
  1. Create a .env file with all the variables as listed in ./.env.example and fill in their values respectively.

  2. Run the start script

npm run start

About

Node.js Restful CRUD API with Node.js, Express and MySQL. This is API for the tutorial that demonstrates how to deploy a mysql application on Heroku for free. The article is in the link below.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • Shell 1.7%