Giter Club home page Giter Club logo

serendip-framework's Introduction

MIT Licence Maintenance Website shields.io Open Source Love TypeScript

SF

Serendip framework

It's a Node.js web service framework written in typescript. The main goal for creating this framework was to have a shared package that could provide all frequently used services in a specific setting which was needed for speeding up developing the rest of the Serendip platform repositories.

Services Description
HttpService Http and Https server with routing system based on path-match package
DbService It's a provider based, database service which currently works with MongoDb and Serendip GridDb. It also use RFC 6902(JSON Patch) to store changes on documents.
EmailService Sends emails on SMTP using Nodemailer and it use Mustache to render models into html emails
AuthService Authentication and group base authorization service. Implemented based on oAuth2 (RFC 6749, RFC 6750, RFC 6819)
Sms Services Services for sending bulk and transactional sms
Fax Services Services for sending fax (TODO)
ViewEngineService Renders Mustache to HTML

Installing

Assuming that you have already installed Nodejs, you can start installing Serendip with NPM. Open your Terminal/Command Prompt(CMD) and write:

npm install serendip --save

API Documentation

coming soon ...

Code Documentation

This documents are auto generated from typescript source using typedoc

Testing

our tests are written using mocha and u can run them by following commands. note that some of the tests need a database connection.

# Clone ( you need git installed )
git clone https://github.com/serendip-agency/serendip-framework.git

# go to downloaded directory
cd serendip-framework

# Installs npm dependencies
npm install

# running mocha tests
npm test

Related

License

FOSSA Status


Collaboration, issue reporting kindly accepted.

_

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.