I have a User Schema that has to object one for booking and seconde for history. after one day I want to push user booking data into history. how I can achieve this. booking:[{ date: Date, visitdate: Date, slote: String, msg: String, ...
Join discussionI've a use case where I've to store something in a redis database after the response has been sent. I'm trying to understand as much as possible, the difference between these three approaches — ( work = write in redis ) I can do the work in a promi...
Join discussionIs it possible to run nodejs from Ubuntu container inside Docker and opening it in my local browser? I installed a Ubuntu image and entered into Ubuntu container, installing nodejs and building a simple application. I did not figure how to run nodejs...
SAravind commentedI created a client and server folder, the server will serve the static and bundled (webpack) files from the client (using ReactJS) and also will have an API, I was wondering, is it wrong or not recommended to have only one package.json for both clien...
MMatt commented