- nodejs
- npm
- mysql
npm install
npm start
or you can specify the server port and the database connection:
PORT=<server port> DB_HOST=<mysql host> DB_USER=<mysql username> DB_PASSWORD=<mysql password> DB_NAME=<database name> npm start
| Name | Name | Last commit date | ||
|---|---|---|---|---|
npm install
npm start
or you can specify the server port and the database connection:
PORT=<server port> DB_HOST=<mysql host> DB_USER=<mysql username> DB_PASSWORD=<mysql password> DB_NAME=<database name> npm start