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
- Host: GitHub
- URL: https://github.com/eduardofranca1/node-api
- Owner: eduardofranca1
- Created: 2021-06-23T00:50:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-03T14:18:38.000Z (over 4 years ago)
- Last Synced: 2025-04-07T19:55:08.829Z (about 1 year ago)
- Topics: jwt, node, sqlite, typescript
- Language: TypeScript
- Homepage:
- Size: 20.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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