Giter Site home page Giter Site logo

backend-starter's Introduction

Back-end starter

A template to create a back-end project workspace (a.k.a. "monorepo") for the specific technology stack.

Caution

๐Ÿšง Under construction


Technology stack

Below is the list for the shared dependencies used in the project.

Dependencies

  • Zod - schema validation with static type inference

Dev dependencies

  • [TypeScript] - superset of JavaScript that compiles to clean JavaScript output

Optional dependencies


Project structure

Below is a quick navigation on how to navigate this project workspace root directories.

.
โ”œโ”€โ”€ [1] .husky
โ”œโ”€โ”€ [2] apps
โ”œโ”€โ”€ [3] coverage
โ”œโ”€โ”€ [4] docs
โ”œโ”€โ”€ [5] packages
โ””โ”€โ”€ [6] types

Where as:

  • [1] .husky -> Git hooks setup for this project powered by husky
  • [2] apps -> binary packages (applications)
  • [3] coverage -> auto-generated (by Vitest) tests coverage (ignored by default via .gitignore)
  • [4] docs -> auto-generated (by TypeDoc) documentation site (ignored by default via .gitignore)
  • [5] packages -> library packages
  • [6] types -> types for the workspace

Getting started

This section shows how to setup this project on your device.

Pre-requisites

First steps

  1. Install the workspace dependencies:

     pnpm install
  2. Setup environment variables:

    pnpm setup:env
  3. Build the packages (both binaries and libraries):

    pnpm build
  4. Setup the database:

    pnpm setup:db

backend-starter's People

Contributors

xeho91 avatar

Watchers

 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.