Last active
June 26, 2024 14:56
-
-
Save Kijacode/0cca314f85a7f027e04aaa1f296c835a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const data = [ | |
{ | |
id:11111, | |
name:Danford Kija, | |
fileData :{ | |
filename: "jjalkjal", | |
rate: [] | |
}, | |
filter:false, | |
} | |
] | |
exports.module = data; | |
I need help on how i can update/put ?? Or I am wrong structure my data | |
1.rate | |
2.filter |
So if you want to write an api there should be a server ... in nodejs
expressjs is a preferred option then you will define routes for post, put,
get and delete to serve data to clients, then after that you can use
postman do test it
On Sun, 4 Aug 2019 at 21:54, Kijacode ***@***.***> wrote:
Hello Bro @BenMaruchu <https://github.com/BenMaruchu>
yes I am trying to write an API and that is part of it Bro, I need your
assistance here
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://gist.github.com/0cca314f85a7f027e04aaa1f296c835a?email_source=notifications&email_token=ABVUQSZABUKGOJAGWQGCTW3QC4QWDA5CNFSM4IJEM5J2YY3PNVWWK3TUL52HS4DFVNDWS43UINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAFWPAQ#gistcomment-2989576>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABVUQS2YYUDHIX67E3H37T3QC4QWDANCNFSM4IJEM5JQ>
.
--
Regards,
Benson Maruchu.
Software Engineer.
Phone: +255719818179
SkypeID: benmaruchu
Profile: https://github.com/BenMaruchu
thanks, Bro @BenMaruchu, I have already done that, and if you got some time you pass to see it I have added you as the collanorator
This is a gist, so what is the repo name?
Reponame: Musica (it is private at a moment) but
here is the invitation 🥇
https://github.com/Kijacode/Musica/invitations
@Kijacode I dont understand the question, have you resolved the issue?
Bro @lupyana yah the issue have being resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Bro @BenMaruchu
yes I am trying to write an API and that is part of it Bro, I need your assistance here