An open API service indexing awesome lists of open source software.

https://github.com/mohamedsamara/node-jwt-server

Node JWT Server
https://github.com/mohamedsamara/node-jwt-server

jwt nodejs typescript

Last synced: about 2 months ago
JSON representation

Node JWT Server

Awesome Lists containing this project

README

          

# Node JWT Server

## Description

JWT Rest API with json-server

## Libraries Used

- [Node](https://nodejs.org/en/)

- [TypeScript](https://www.typescriptlang.org/)

- [JWT](https://jwt.io/)

## Quick start

1. Clone this repo using `git clone https://github.com/mohamedsamara/node-jwt-server.git`
2. Move to the directory: `cd `.

3. Run `yarn install` in order to install dependencies.

## Start development

```
yarn run dev
```

## Simple build for production

```
yarn build
```

## Run build for production

```
yarn start
```