123MwanjeMike / nodejs_mysql

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.

Home Page:https://autoidle.com/blog/how-to-create-a-my-sql-application-on-heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://autoidle.com/blog/how-to-create-a-my-sql-application-on-heroku

License:MIT License


Languages

Language:JavaScript 98.3%Language:Shell 1.7%