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

https://github.com/eduardofranca1/node-api

Node Rest API with Typescript, JWT, SQLite
https://github.com/eduardofranca1/node-api

jwt node sqlite typescript

Last synced: 3 months ago
JSON representation

Node Rest API with Typescript, JWT, SQLite

Awesome Lists containing this project

README

          

# Node Rest API

## Technologies:
- JWT Token Authentication
- Migrations
- Node.js
- Typescript
- SQLite

## About:

Api where you can:

- Create Users
- Create Tags
- Create Compliments

Permissions:

- You can create Users and define if they are admin or not.
- Some routes just be access if the user is authenticated.

Create:

- You can create tags for example: "Leadership", "Amazing person!", "Great professional!"
- and you can add a Compliments to an User.

## How can i test my endpoints?

Open your terminal in your code editor to run the project:

- yarn dev

For create and test the API you can use:

- Insomnia
- Postman