/blog-app-api

We are building an API for a simple blog app as a tutorial for new members of Grammerhub.

Primary LanguageJavaScript

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