Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/node-kitPublic template

🐢🚀 A Node.js Kit with TypeScript, REST, TypeORM, PostgreSQL and awesome tools.

License

NotificationsYou must be signed in to change notification settings

cuongndc9/node-kit

Repository files navigation

🐢🚀 A Node.js Kit with TypeScript, REST, TypeORM, PostgreSQL and awesome tools.

Features

  • Using TypeScript.
  • Setup Babel, ESLint and Husky.
  • Setup a basic RESTful API.
  • Using TypeORM and PostgreSQL.
  • Integrating Docker.

Prepare

Usage

yarnyarn start:dev

Optional: run with 🐳 Docker

docker network create node-kit-netdocker run --name node-kit-db -it -p 5432:5432 --network=node-kit-net -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=postgres postgresdocker build. -t 103cuong/node-kitdocker run --name node-kit -it -p 9000:9000 --network=node-kit-net --env-file ./.env 103cuong/node-kit

Related

  • node-graphql-kit - 🧘🚀 A Node.js Kit with GraphQL, Prisma, PostgreSQL, MongoDB and awesome tools.GitHub stars

  • node-boilerplate - 🌏🚀 A Node.js boilerplate with RESTful, GraphQL, Prisma, PostgreSQL and awesome tools.GitHub stars

  • node-rest-boilerplate - 🌌🚀 A Node.js boilerplate with RESTful, Prisma, PostgreSQL and awesome tools.GitHub stars

Contributors

License

MIT ©103cuong

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp