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

https://github.com/dkress59/ifound-rest

NodeJS REST API for www.ifound.one
https://github.com/dkress59/ifound-rest

Last synced: 2 months ago
JSON representation

NodeJS REST API for www.ifound.one

Awesome Lists containing this project

README

        

# iFound.one

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
This Web App is almost progressive, solely the no-js prerender still needs to be added. [Check it out!](https://www.iFound.one)

### Back-End

This is the NodeJS [REST API](https://api.ifound.one) Back-End, using Express with Multer, Mongoose, JWT Authorisation and polyfilled Fetch support. This app runs on [Heroku](https://www.heroku.com). **The external PHP file server is excluded from this repo for security reasons.**

### To Do

* Update the Minimist dependencies (GitHub security alert)
* Only let authorised, registered users create new users
* Add method for image rotation from Admin Front-End