1.1.20 • Published 4 years ago

serendip v1.1.20

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

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.

ServicesDescription
HttpServiceHttp and Https server with routing system based on path-match package
DbServiceIt'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.
EmailServiceSends emails on SMTP using Nodemailer and it use Mustache to render models into html emails
AuthServiceAuthentication and group base authorization service. Implemented based on oAuth2 (RFC 6749, RFC 6750, RFC 6819)
Sms ServicesServices for sending bulk and transactional sms
Fax ServicesServices for sending fax (TODO)
ViewEngineServiceRenders 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.

_

1.1.20

4 years ago

1.1.19

5 years ago

1.1.18

5 years ago

1.1.17

5 years ago

1.1.16

5 years ago

1.1.15

5 years ago

1.1.13

5 years ago

1.1.12

5 years ago

1.1.11

5 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.0

5 years ago

1.0.37

5 years ago

1.0.36

5 years ago

1.0.35

5 years ago

1.0.34

5 years ago

1.0.33

5 years ago

1.0.32

5 years ago

1.0.31

5 years ago

1.0.30

5 years ago

1.0.29

5 years ago

1.0.28

5 years ago

1.0.27

5 years ago

1.0.26

5 years ago

1.0.25

5 years ago

1.0.24

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago