Skip to content

Navigation Menu

Sign in
Appearance settings

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

Appearance settings

cuongtk8/node-kit

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

38 Commits
38 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

node-kit

๐Ÿข๐Ÿš€ 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

yarn

yarn start:dev

Optional: run with ๐Ÿณ Docker

docker network create node-kit-net

docker 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 postgres

docker build . -t 103cuong/node-kit

docker 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 ยฉ cuongndc9

About

๐Ÿข๐Ÿš€ A Node.js Kit with TypeScript, REST, TypeORM, PostgreSQL and awesome tools.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.