Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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