Giter Site home page Giter Site logo

jsondb's Introduction

Fastify Skeleton V2

This is a github template for API Service, built with:

  • Typescript
  • Fastify 4
  • Knex & ObjectionJS
  • IORedis
  • Spec-first-approach using OpenAPI/Swagger
  • Env variables using .env for development
  • Develop inside container with hot reload

Developing Your API Using Docker

  1. Create your own repo using this template

  2. Clone to your development machine

  3. Run yarn

  4. Start development by running yarn docker-dev. The example app will run on http://localhost:3000 (Swagger-UI is available)

  5. Edit and the code will recompile between changes.

     You also can run the development server without docker using ```yarn dev```
    

Debugging in VS Code

  1. In VS Code, open Run and Debug (Ctrl+Shif+D)
  2. Launch Fastify Server
  3. Set breakpoints and stuffs

Fastify Decorations

Fastify Instance

  1. App Config (FastifyInstance.config)
  2. IORedis (FastifyInstance.redis)
  3. Knex (FastifyInstance.objectionjs.knex)
  4. ObjectionsJS Models (FastifyInstance.objectionjs.models.YourModels)

Fastify Reply

  1. ReplyWrapper (FastifyReply.setApi({code: string, message: string, data: object, status: string}))

jsondb's People

Contributors

nasyarobby 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.