GithubHelp home page GithubHelp logo

shamazkhan / quantlcharts Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 336 KB

For Quantl Charts and MongoDB

License: GNU General Public License v3.0

Dockerfile 0.63% JavaScript 2.25% TypeScript 97.11%

quantlcharts's Introduction

๐ŸŽซ A Class Base Routing Boilerplate for Node.js, Express.js, MongoDB with Typescript.

What is it?

Try to implement A Class Base Routing with clean structure and scalable boilerplate in Node.js,Express.js and Typescript.

Features


Getting Started

install dependencies

yarn

Without Docker

Note: It is assumed here that you have MongoDB running in the background.

set .env.development.local file with your credentials.(like DB URL)

Run the app

yarn dev

With Docker

Note: It is assumed here that you have installed Docker and running in the background.

yarn docker:db

set .env.development.local file with your credentials.(like DB URL)

Run the app

yarn dev


Route Documents

you can access swagger documentation at http://localhost:3000/api-docs




What is the Structure of template?

express-typescript-boilerplate
โ”œโ”€ .github
โ”‚  โ””โ”€ workflows
โ”‚     โ””โ”€ tests.yml
โ”œโ”€ README.md
โ”œโ”€ ecosystem.config.js
โ”œโ”€ jest.config.js
โ”œโ”€ package.json
โ”œโ”€ src
โ”‚  โ”œโ”€ __tests__
โ”‚  โ”‚  โ”œโ”€ api
โ”‚  โ”‚  โ”‚  โ””โ”€ v1
โ”‚  โ”‚  โ”‚     โ””โ”€ auth
โ”‚  โ”‚  โ”‚     โ””โ”€ users
โ”‚  โ”œโ”€ api
โ”‚  โ”‚  โ””โ”€ v1
โ”‚  โ”‚     โ”œโ”€ auth
โ”‚  โ”‚     โ”‚  โ”œโ”€ renewablesSelected.controller.ts
โ”‚  โ”‚     โ”‚  โ””โ”€ dtos
โ”‚  โ”‚     โ”œโ”€ index.ts
โ”‚  โ”‚     โ””โ”€ user
โ”‚  โ”‚        โ””โ”€ user.controller.ts
โ”‚  โ”œโ”€ app.ts
โ”‚  โ”œโ”€ common
โ”‚  โ”‚  โ”œโ”€ constants
โ”‚  โ”‚  โ”‚  โ””โ”€ index.ts
โ”‚  โ”‚  โ”œโ”€ interfaces
โ”‚  โ”‚  โ”‚  โ”œโ”€ crud.interface.ts
โ”‚  โ”‚  โ”‚  โ””โ”€ timestamp.interface.ts
โ”‚  โ”‚  โ””โ”€ types
โ”‚  โ”œโ”€ config
โ”‚  โ”‚  โ”œโ”€ index.ts
โ”‚  โ”‚  โ””โ”€ passport.ts
โ”‚  โ”œโ”€ exceptions
โ”‚  โ”‚  โ””โ”€ HttpException.ts
โ”‚  โ”œโ”€ index.ts
โ”‚  โ”œโ”€ middlewares
โ”‚  โ”‚  โ”œโ”€ auth.middleware.ts
โ”‚  โ”‚  โ”œโ”€ handlingErrors.middleware.ts
โ”‚  โ”‚  โ””โ”€ validation.middleware.ts
โ”‚  โ”œโ”€ models
โ”‚  โ”‚  โ”œโ”€ tokens.model.ts
โ”‚  โ”‚  โ””โ”€ gld-spy-graph.model.ts
โ”‚  โ”œโ”€ services
โ”‚  โ”‚  โ””โ”€ v1
โ”‚  โ”‚     โ”œโ”€ gld-spy-graph.service.ts
โ”‚  โ”‚     โ”œโ”€ index.ts
โ”‚  โ”‚     โ”œโ”€ token.service.ts
โ”‚  โ”‚     โ””โ”€ user.service.ts
โ”‚  โ””โ”€ utils
โ”‚     โ””โ”€ toJSON.plugin.ts
โ”œโ”€ tsconfig.json

quantlcharts's People

Contributors

shamazkhan avatar luisboyok avatar

Watchers

 avatar

quantlcharts'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.