cheminfo / nmrium

React component to display and process nuclear magnetic resonance (NMR) spectra.
https://docs.nmrium.org
MIT License
55 stars 25 forks source link

Simple backend using GraphQL #33

Closed lpatiny closed 5 years ago

lpatiny commented 5 years ago

npm start server : starts a local graphQL server that stores on the hardisk

lpatiny commented 5 years ago

@targos We would need somehow a backend that allows to store demo spectra as well as to test the assignment, filters, peaks, etc as well as storage of all the data.

What do you think ? Does it make sense to create a graphQL server that would store for the demo on the harddisk and later to a database ?

targos commented 5 years ago

If you want to simulate a backend, it seems easier to me to use IndexedDB

lpatiny commented 5 years ago

Currently not required