Do I need a server to use a mongoDB database?
Can I post data by just using axios?
axios
.post(`https://lq-time-tracking.firebaseio.com/user.json`, values)
.then(function(response) {})
.catch(function(error) {
console.log(error);
});
I would like to use mongodb instead of firebase...