All Projects → TRIPTYK → nfw

TRIPTYK / nfw

Licence: MIT License
A jsonapi boilerplate for @nfw-core with mikro-orm

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to nfw

Quora
Building An Exclusive Community of PEC Graduates and Students.The main features of the website are “PEC Quora” and “PEC Connect”
Stars: ✭ 26 (+13.04%)
Mutual labels:  bcrypt, jwt-authentication
Laravel Api Boilerplate
A Boilerplate Project For Laravel API's (NOT MAINTAINED)
Stars: ✭ 113 (+391.3%)
Mutual labels:  json-api, jwt-authentication
BarterOnly
An ecommerce platform to buy or exchange items at your convenience
Stars: ✭ 16 (-30.43%)
Mutual labels:  json-api, bcrypt
Agile-Server
A simple, fast, complete Node.js server solution, based on KOA. 简单快速的 、性能强劲的、功能齐全的 node 服务器解决方案合集,基于 KOA。
Stars: ✭ 24 (+4.35%)
Mutual labels:  koa
EasyTokenGenerator
This repo aims to dynamically and simply generate tokens in Token Based systems.
Stars: ✭ 15 (-34.78%)
Mutual labels:  jwt-authentication
spring-boot-oauth2-password-flow
Spring Boot 2 - OAuth2 password-flow with JWT
Stars: ✭ 51 (+121.74%)
Mutual labels:  jwt-authentication
giog
It's based on githud issues and built with Vue 2.x, vue-router & vuex with server-side rendering by koa
Stars: ✭ 14 (-39.13%)
Mutual labels:  koa
node-js-jwt-auth
Node.js Demo for Token Based Authentication (JWT) with MySQL database
Stars: ✭ 161 (+600%)
Mutual labels:  jwt-authentication
MERN Stack Project Ecommerce Hayroo
E-commerce Website | Reactjs | Nodejs | Mongodb | Expressjs | JWT | Tailwind Css
Stars: ✭ 255 (+1008.7%)
Mutual labels:  jwt-authentication
lurch
A simple Ruby JSON API client.
Stars: ✭ 15 (-34.78%)
Mutual labels:  json-api
react-redux-aspnet-core-webapi
No description or website provided.
Stars: ✭ 34 (+47.83%)
Mutual labels:  jwt-authentication
spring-boot-jwt-social-auth
Implementing JWT authentication and integrate Facebook login with it using Spring Boot
Stars: ✭ 32 (+39.13%)
Mutual labels:  jwt-authentication
polix
🚀 Node.js Web Framework
Stars: ✭ 32 (+39.13%)
Mutual labels:  koa
slides
No description or website provided.
Stars: ✭ 27 (+17.39%)
Mutual labels:  koa
whc-json-to-class
javascript版本json自动转换生成对应语言模型类The whc-json-to-class is the javascript plug-in that automatically converts the json string to the corresponding language model class
Stars: ✭ 24 (+4.35%)
Mutual labels:  json-api
wx phoneBook
微信小程序-通讯录,一个非常简单的入门级的微信小程序
Stars: ✭ 23 (+0%)
Mutual labels:  koa
symfony5-jwt-restapi
API for Meeting app development
Stars: ✭ 21 (-8.7%)
Mutual labels:  jwt-authentication
server-authentication-next.js
No description or website provided.
Stars: ✭ 103 (+347.83%)
Mutual labels:  jwt-authentication
koaton
Koaton is a CLI tool that provides a nice starting point for full stack JavaScript Web development with Koa, Ember, and Node.js along with CaminateJS and WebSockets.
Stars: ✭ 28 (+21.74%)
Mutual labels:  koa
w3c-api
The W3C API
Stars: ✭ 130 (+465.22%)
Mutual labels:  json-api

alt text

NFW a node Typescript boilerplate

Test Lint CodeQL

This repository contains a JSON-API REST API boilerplate using NFW-CORE.

Requirements

  • Typescript >= 4.5.x
  • node >= 16.x
  • pnpm

Install

Any package manager should do the trick but i recommend using Pnpm.

pnpm i

Start

You must create a <NODE_ENV>.js file for each env at the root of your project.

The structure of the env file can be found in the configuration service.

Dev

pnpm start:dev

Test

pnpm start:test

Production

You need to transpile the Typescript because executing the command.

pnpm tsc && pnpm start:production

Tests & Lint

pnpm test
pnpm lint

Mikro-orm CLI

pnpm mikro-orm:cli <any command>
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].