Skip to content

luongchivi/express-api

Repository files navigation

Build Web Application Express-API ExpressJS With Docker

Prerequisites

Swagger documentation

Installation

Follow these steps to set up and run the application:

  1. Install the necessary packages:

    yarn install
    
  2. Create database Express:

    yarn db:create
    
  3. Create database tables in database Express:

    yarn db:migrate
    
  4. Seed sample data into database tables:

    yarn db:seed:all
    
  5. Build with docker compose:

    docker compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published