I
I
ilonikso2020-10-05 09:56:20
JavaScript
ilonikso, 2020-10-05 09:56:20

How to make a simple server-side API in JS, which database is better to use?

Hello!

I have a small website that has a table with data. The data is stored in excel, then converted to json and stored in a json file on the site, from which it is loaded.

Goal: create a simple server-side API, with multiple endpoints, to access and retrieve data.
Language: javascript
Input knowledge: basic knowledge of js

What is the best way to implement this? What tools to use? Is there a ready option?

Thank you for your attention, I will be glad to any advice!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pavel Didenko, 2020-10-05
@Dasslier

node + mongoDB + mongoose, search YouTube for these words, there will be a bunch of vids

H
hzzzzl, 2020-10-05
@hzzzzl

there is a small website

if the site is on a regular shared hosting, where only PHP is available, then there will not be much choice

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question