Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krzysiou/file-io-api
A bff API for file-io repository. It contains user verification and handling various schema operations.
https://github.com/krzysiou/file-io-api
express jwt node rest-api
Last synced: about 7 hours ago
JSON representation
A bff API for file-io repository. It contains user verification and handling various schema operations.
- Host: GitHub
- URL: https://github.com/krzysiou/file-io-api
- Owner: krzysiou
- Created: 2023-10-11T20:10:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-14T10:52:19.000Z (about 1 year ago)
- Last Synced: 2023-10-15T20:54:22.670Z (about 1 year ago)
- Topics: express, jwt, node, rest-api
- Language: TypeScript
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# file-io-api
This is a ```Node.js RestAPI``` developed for my [file-io](https://github.com/krzysiou/file-io) website. It contains endpoints which allow front-end to send and request data. It got hot-reload feature using nodemon. To host server on your computer simply type ```nvm use ``` and ```npm install``` then provide your working directory with ```.env file``` containing key ```ACCESS_TOKEN_SECRET``` and give it a custom value of your choice. Enter ```npm run dev``` in command line and you are ready to go.
## Technologies
- Express
- JWT