Skip to content

itelo/DITTO.ts

Repository files navigation

Mongo Express Typescript Node Rest and GraphQL Boilerplate

(based on Microsoft/TypeScript-Node-Starter and MEAN.js):

DITTO.ts is a backend Typecript open-source solution, which provides a solid starting point for MongoDB, Node.js, Express, GraphQL and Typescript based applications. The idea is to solve the common issues with connecting those frameworks, build a robust framework to support daily development needs, and help developers use better practices while working with popular JavaScript and Typescript components.

Documentation

For now, you can check the meanjs documentation, we are working in a good one.

Running Your Application

Run your application using npm:

yarn start

Testing Your Application

You can run the full test suite included with BACKEND.JS with the test task:

yarn jest

You can also run the line below to run the tests and get the coverage of your code

yarn jest --coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages