a simple file sharing backend wrote in expressJs using restfull convention.
the API is so simple with four end points: /api/file/
, /api/text
, /api/link
and /api/user/
each of which accept at least two HTTP methods [GET
, POST
].
Other deailts will come soon!