Skip to content

GrammerhubTeam/blog-app-api

Repository files navigation

MYBLOG App

I'm creating this project along with step by step instructions for use to guide/educate/entertain members of Grammerhub during our weekly meetups.

It was inspired by this project on Scotch.io.

The tech stack for this project includes Express, Knex, sqlite, and Okta OIDC.

The coresponding front end project for this API is located here.

API endpoint documentation is located here.

Step by step instructions with explainations are being formed:

This is a work in progress. All contributions will be considered helpful.


Quickstart


Add .env with PORT=8080 then:

npm i
npx knex migrate:latest
npx knex seed:run
npm run dev