Skip to content

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

Notifications You must be signed in to change notification settings

smodish-grammerhub/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

About

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

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%