A database manage system for hospital which is using node and express for constructing interface and backend.
-
first step:clone this repo into your local repo
git clone git@github.com:Alexader/HospitalDBMS.git cd HospitalDBMS
then you should install some dependecies for the project
npm install
be sure you have Node installed.
-
second step: debug and inspect your code to get to inspect code, you should install node-inspector
npm install node-inspector -g
then you should inspect your app to detect your change in the code
node --inspect ./bin/www
if yo just want to start the project and see the effect, run the code below in your terminal
npm start
If everything goes well, you can see the result in your web browser in http://localhost:3000