MediCenter is an online platform built using MEAN Stack to help users provide all the medical knowledge at one place, emergency services, online consultancy, emergency contacts of your nearest hospital. Details of all doctors around you regarding of specific expertise etc. Separate dashboards for doctors and patients. This project is currently under develop.
Install the Node Package Manager and Angular
$ sudo snap install node --classic --channel=10
$ npm install nodemon -g
$ npm install -g @angular/cliInstall MongoDB from here.
Fork this repo and clone it
$ git clone https://github.com/<Your User Name>/MediCenter.gitRun this commmand in both the folders medicenter and client to install the dependencies
$ npm installRun the application
# In the MediCenter folder
$ nodemon
# Inside the client folder
$ npm startThe web app runs at port 4200 i.e. http://localhost:4200/ and the Mongoose db at port 3000