Closed Arnab-31 closed 4 years ago
Should I also update the readme.md about how to run the server locally?
Yes
@Codess08 It's done.
@Arnab-31 why you have put the config folder and package.json file outside the server folder, All server code will be in the server folder and all codebase(including config,lib,server.js, etc) will be in src(src means source code of server), just keep package.json file outside src folder, in the server folder
If we keep the package.json file inside the server folder, then to start the server every time we need to be in the server folder and not in the root, will that be fine?
Yes, actually server folder is just to differentiate backend code from frontend, later it will be deployed Individually
Is this alright?
Yes looks fine @Arnab-31, just remove the db folder