Coder Social home page Coder Social logo

cuongndc / node-kit Goto Github PK

View Code? Open in Web Editor NEW
10.0 1.0 2.0 8.11 MB

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

License: MIT License

Dockerfile 1.93% TypeScript 98.07%
node nodejs sequelize posgresql typescript node-boilerplate typescript-boilerplate express-typescript-boilerplate typeorm node-kit docker 103cuong

node-kit's Introduction

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 ยฉ 103cuong

node-kit's People

Contributors

alexnguyen27 avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

node-kit's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.