CMU Blog API only with CMU Oauth2, Microsoft 365 and another on Node.js
# Copy Example ENV
$ cp .env.example .env
# Update ENV & Save
$ nano .env
# Migrate your database
#(require global "npx" if not, please install $ npm install -g npx )
$ npx sequelize-cli db:migrate
# Install api dependencies
$ npm install
# Serve with hot reload at localhost:5000
$ npm start
# Build docker
$ docker-compose up -d --build