Skip to content

daniel-aziz/demo-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Patient info register BACK-END

1. Set up mongoDB address

set up the following mongoDB url in app.js
DATABASE_URL = <mongodbAdress>

default is localhost

2. Set up server port

set up the following server port in app.js
PORT = <port>

default is 5000

3. Install Modules

Install all node modules with command npm install

4. Run the server

run app with command npm start

About

Patient info register backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published