All Projects → vinicostaa → node-typescript-restify

vinicostaa / node-typescript-restify

Licence: other
Example Application

Programming Languages

typescript
32286 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to node-typescript-restify

entitype
An ORM framework for Typescript that lets you fluently query the database with a strong typed programming interface.
Stars: ✭ 12 (-53.85%)
Mutual labels:  orm-framework
CodexMicroORM
An alternative to ORM's such as Entity Framework, offers light-weight database mapping to your existing CLR objects. Visit "Design Goals" on GitHub to see more rationale and guidance.
Stars: ✭ 32 (+23.08%)
Mutual labels:  orm-framework
jds
Jenesis Data Store: a dynamic, cross platform, high performance, ORM data-mapper. Designed to assist in rapid development and data mining
Stars: ✭ 17 (-34.62%)
Mutual labels:  orm-framework
Neo
Orm框架:基于ActiveRecord思想开发的至简化的java的Orm框架
Stars: ✭ 35 (+34.62%)
Mutual labels:  orm-framework
postmodel
ORM library for Python 3.6+, asyncio. Provides Django ORM like API.
Stars: ✭ 15 (-42.31%)
Mutual labels:  orm-framework
GoGonicEcommerceApi
Ecommerce Rest API application built in Go with Gin Gonic + Gorm
Stars: ✭ 81 (+211.54%)
Mutual labels:  orm-framework
node-restify-jwt-sample
A sample restify api service with JWT authentication
Stars: ✭ 17 (-34.62%)
Mutual labels:  restify
HotelManagementSystem
Hotel Management System created with Restify and Angular 9
Stars: ✭ 23 (-11.54%)
Mutual labels:  restify
Desktop-Applications-JavaFX
JavaFX Open Source Projects
Stars: ✭ 69 (+165.38%)
Mutual labels:  orm-framework
restify-jwt-community
Restify middleware that validates a JsonWebToken
Stars: ✭ 24 (-7.69%)
Mutual labels:  restify
jdbcTemplatePlus
基于SpringJdbcTemplate的ORM框架,比Mybatis更方便,更简单,仅需定义Model就可支持各种SQL查询和动态SQL,不再用拼写XML文件和SQL语句,可以通过各种注解式插件扩展,目前主要支持Mysql数据库
Stars: ✭ 25 (-3.85%)
Mutual labels:  orm-framework
nim-gatabase
Connection-Pooling Compile-Time ORM for Nim
Stars: ✭ 103 (+296.15%)
Mutual labels:  orm-framework
active-persistence
Active Persistence is a implementation of Active Record Query Interface for JPA that makes it easy and fun.
Stars: ✭ 14 (-46.15%)
Mutual labels:  orm-framework
php-orm-benchmark
The benchmark to compare performance of PHP ORM solutions.
Stars: ✭ 82 (+215.38%)
Mutual labels:  orm-framework
node-rest-jwt-redis
node restify jwt redis mongo demo
Stars: ✭ 18 (-30.77%)
Mutual labels:  restify
go-firestorm
Simple Go ORM for Google/Firebase Cloud Firestore
Stars: ✭ 39 (+50%)
Mutual labels:  orm-framework
database-all
Eloquent ORM for Java 【database-spring-boot-starter】
Stars: ✭ 151 (+480.77%)
Mutual labels:  orm-framework
Persism
A zero ceremony ORM for Java
Stars: ✭ 96 (+269.23%)
Mutual labels:  orm-framework
orm-qt
Object Relation Mapping with Qt library
Stars: ✭ 32 (+23.08%)
Mutual labels:  orm-framework
generator-node-api-docker-1st-class-experience
NodeJS + Typescript + TSLint + Restify + MongoDB + Docker, With VS Code Automation = VSCode TypeScript Live Debug with Containers
Stars: ✭ 22 (-15.38%)
Mutual labels:  restify

Setup

Run npm i to install all necessary packages.

Start

Run npm start to start the application. Please take a look at both controllers for all available routes.

Database setup

The sample uses a database for storing the data. Thanks to TypeORM several database engines are supported. You can set the credentials for your own database in the src/index.ts

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].