node_rest_api_mysql
node_rest_api_mysql copied to clipboard
What is required mysql database file placed for this API demo to work?
Hi !
You just have to create the database in MySql according to your .env
file. When you start the API with npm start
, it will create the tables if they are not already created.