Skip to content

hawful70/example-crud-node

Repository files navigation

API with Node.js + PostgreSQL + TypeORM

Local setup

Prerequisites

Init setup (only once)

  • Run infrastructure setup:

    make clean
    
    make infras
  • Migrate database:

    make migrate
    

Start server

  • Start server:

    make dev
    
  • API server: http://localhost:3000/api/v1/jobs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published