Open AbhaysinghBhosale opened 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.
.env
npm start
Hi ! You just have to create the database in MySql according to your
.env
file. When you start the API withnpm start
, it will create the tables if they are not already created.