Skip to content
This repository was archived by the owner on Apr 26, 2022. It is now read-only.

tobykeod/node-koa-api-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restful API with Node, Koa, and PostgreSQL

Getting started

This project is based on this guide - Building a RESTful API with Koa and Postgres

Want to use this project?

  1. Fork/Clone
  2. Install dependencies - npm install
  3. Fire up Postgres and Redis on the default ports
  4. Create two local Postgres databases - koa_api and koa_api_test
  5. Migrate - knex migrate:latest --env development
  6. Seed - knex seed:run --env development
  7. Sanity check - npm start
  8. Test - npm test

About

Restful API with Node, Koa, and PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published