L
L
lavezzi12018-02-14 12:15:22
JavaScript
lavezzi1, 2018-02-14 12:15:22

Service for creating a simple database?

Hello. You just need to write a js application with a demonstration of how fetch works. You need to create a database and use forms in the application to do GET, POST, PUT, to create, receive, update data. Is there any simple service?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Eugene, 2018-02-14
@evgshk

Here you can even do without creating a database, just work with cloud-based NoSQL storage in the REST style:
https://firebase.google.com/

E
Egor Zhivagin, 2018-02-14
@Krasnodar_etc

1 - You set yourself any database and fill it with any data. For simplicity, you can take MongoDB
2 - Google the manual and write a simple backend in Node in an hour.
3 - At the front, you send requests for the routes you wrote to the backend
Or you can try some GraphQL

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question