sanscript-tech / medical-emergency-flutter-node

https://sanscript.tech
GNU General Public License v3.0
14 stars 18 forks source link

fix: file structure updated #69

Closed Arnab-31 closed 4 years ago

Arnab-31 commented 4 years ago

image

Arnab-31 commented 4 years ago

Should I also update the readme.md about how to run the server locally?

BhavyaaArora-08 commented 4 years ago

Yes

Arnab-31 commented 4 years ago

@Codess08 It's done.

mbcse commented 4 years ago

@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

Arnab-31 commented 4 years ago

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?

mbcse commented 4 years ago

Yes, actually server folder is just to differentiate backend code from frontend, later it will be deployed Individually

Arnab-31 commented 4 years ago

image Is this alright?

mbcse commented 4 years ago

Yes looks fine @Arnab-31, just remove the db folder