Series can be found here. Makes use of Sequlize and MySQL instead of MongoDB and Mongoose.
.env file should like the following with the respective values filled in:
PORT=...
SERVER_NAME=...
DB_HOST=...
DB_NAME=...
DB_USERNAME=...
DB_PASSWORD=...
JWT_SECRET=...
JWT_EXPIRES=...