Skip to content

flukkyz/cmu_blog_nuxt3_api

Repository files navigation

cmu_blog_nuxt3_api

CMU Blog API only with CMU Oauth2, Microsoft 365 and another on Node.js

Setup Environment

# Copy Example ENV
$ cp .env.example .env

# Update ENV & Save
$ nano .env

Database Migration

# Migrate your database
#(require global "npx" if not, please install $ npm install -g npx )
$ npx sequelize-cli db:migrate

Build Setup

# Install api dependencies
$ npm install

# Serve with hot reload at localhost:5000
$ npm start

Docker Compose

# Build docker
$ docker-compose up -d --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published