Skip to content

jorge751/node_api_patients

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api RESTful for patient registration.

Presentation

Application RESTful that returns JSON string using the minimal resources of node.js. For this we use mainly Express and Body-parser. In the case of body-parser it was necessary to take the raw body from request. In this way we solve page coding problems since the data is not native UTF-8. It was used as a Sqlite3 database and as an ORM Sequelize to simplify the manipulation of the data. The npmjs.com Colors library was used to give greater readability to the server console. That is all !!!

To clone project

git clone https://github.com/jorge751/node_api_patients.git

To update the project modules

npm install -g

To migrate the database

sequelize db: migrate

To run in development

npm run dev

To run in production

npm start

To compile with pkg

md exe
npm run comp

About

Api RESTfull for patient registration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published