Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/i-m-hossain/webable-server


https://github.com/i-m-hossain/webable-server

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Webable server
Handling file and other rest api endpoints with mysql database

Features:
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