GithubHelp home page GithubHelp logo

moinul192000 / awesome-nest-boilerplate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jackgoh/awesome-nest-boilerplate

0.0 0.0 0.0 2.91 MB

Awesome NestJS Boilerplate ๐Ÿ˜, Typescript ๐Ÿ’ช, Postgres ๐ŸŽ‰, TypeORM ๐Ÿฅณ

Home Page: https://narhakobyan.github.io/awesome-nest-boilerplate

License: MIT License

Shell 0.27% JavaScript 14.10% TypeScript 69.63% Dockerfile 0.31% EJS 15.68%

awesome-nest-boilerplate's Introduction

Nestjs Awesome Boilerplate

Prerequisite

Nodejs 18 Docker + Docker Compose [Yarn] npm i -g yarn

Getting started

# 1. Enter your newly-cloned folder.
cd botv2-api

# 2. Create Environment variables file.
cp .env.example .env

# 3. Install dependencies. (Make sure yarn is installed: https://yarnpkg.com/lang/en/docs/install)
yarn

# 4. Run DB
docker compose up

Development

# 4. Run development server and open http://localhost:3000
yarn watch:dev

# 5. Read the documentation linked below for "Setup and development".

Generate migration

yarn migration:generate ./src/database/migrations/{your migration name}

#Example
yarn migration:generate ./src/database/migrations/add-post-table

Build

To build the App, run

yarn build:prod

And you will see the generated file in dist that ready to be served.

Documentation

This project includes a docs folder with more details on:

  1. Setup and development
  2. Architecture
  3. Naming Cheatsheet

awesome-nest-boilerplate's People

Contributors

narhakobyan avatar dependabot[bot] avatar renovate-bot avatar saadbazaz avatar renovate[bot] avatar handfish avatar x-neuron avatar tolstenko avatar bengeois avatar vicehope avatar edgar-p-yan avatar hamdiwanis avatar jackgoh avatar antennaio avatar mrdevx avatar mamal72 avatar nhutcorp avatar spotlesscoder avatar

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.