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
- Host: GitHub
- URL: https://github.com/dkress59/ifound-rest
- Owner: dkress59
- Created: 2020-05-18T07:23:25.000Z (about 5 years ago)
- Default Branch: public
- Last Pushed: 2022-12-22T16:41:49.000Z (over 2 years ago)
- Last Synced: 2025-01-29T20:54:58.100Z (4 months ago)
- Language: JavaScript
- Size: 411 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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