Skip to content

powerfulyang/api.powerfulyang.com

Repository files navigation

Thanks to JetBrains for providing me with a free license of their awesome IDE, WebStorm DataGrip.

Features

Prerequisites

Quick Start

use docker-compose to start dependencies.

docker-compose up -d

Install dependencies

  • With npm
npm install
  • With pnpm
pnpm install

Start development server

  • With npm
cp .env.example .env.qa
npm run qa:dev
  • With pnpm
cp .env.example .env.qa
pnpm run qa:dev

If you have your own database, you can modify the PG_HOST in .env.qa file.
Open http://localhost:3001 in your browser, and you will see the website.

Acknowledgments

License

MIT

If you have any questions, please feel free to contact me via email.