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
- Host: GitHub
- URL: https://github.com/mohamedsamara/node-jwt-server
- Owner: mohamedsamara
- License: mit
- Created: 2022-07-19T01:22:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T21:00:35.000Z (about 3 years ago)
- Last Synced: 2025-01-03T10:23:40.881Z (over 1 year ago)
- Topics: jwt, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```