Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-m-hossain/webable-server
https://github.com/i-m-hossain/webable-server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/i-m-hossain/webable-server
- Owner: i-m-hossain
- Created: 2022-09-16T20:23:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T20:42:48.000Z (over 2 years ago)
- Last Synced: 2024-10-15T07:27:59.920Z (3 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Webable server
Handling file and other rest api endpoints with mysql databaseFeatures:
1. Uploaded file data is saved into mysql database
2. Prevented Recurring uploads duplicate data, only unique data can be inserted
3. Created api endpoints for searchable query## Packages used
1. express.js
2. mysql
3. multer