Git Product home page Git Product logo

api-nest-starter's Introduction

API NEST STARTER

CircleCI dependencies Status NodeJS

Introduction

Start an API using NestJS framework with all the tedious commit lint settings and so on.

Prerequisites

Getting Started

  1. Install dependencies: yarn install
  2. Configure your .env environments based on .env.example
  3. Start your application:
    1. Development: yarn start
    2. Watch mode: yarn start:dev
    3. Production: yarn start:prod (run the build before: yarn build)

Deployment

CircleCI configured with 4 jobs:

  1. [Install dependencies]: Install all dependencies with yarn and save cache.
  2. [Lint]: check the link for all code.
  3. [Tests]: run all unit tests and e2e.
  4. [Build]: criar aplicativo com o Docker.

Note: deploy job not configured because it varies for each type of application.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Changelog

See CHANGELOG

Authors

License

Every code patch accepted in taiga codebase is licensed under MIT.

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.