brianschardt / node_rest_api_mysql

MIT License
248 stars 140 forks source link

What is required mysql database file placed for this API demo to work? #18

Open AbhaysinghBhosale opened 5 years ago

RochMoreau commented 5 years ago

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.