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
api express nodejs rest-api
Last synced: 2 months 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-22T21:10:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T00:11:58.000Z (over 2 years ago)
- Last Synced: 2025-01-20T01:44:24.623Z (over 1 year ago)
- Topics: api, express, nodejs, rest-api
- Language: TypeScript
- Homepage: https://file-io-api.vercel.app
- Size: 182 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