/showRoutesBackEnd

Back end of showRoutes, manage connection between showRoutesFrontEnd with database. Using express framework based NodeJs. Using sequelize package to manage database with ORM.

Primary LanguageJavaScript

showRoutesBackEnd

Back end of showRoutes, manage connection between showRoutesFrontEnd with database.
Using express framework based NodeJs. Using sequelize package to manage database with ORM.
Using postgres as database.
There are 3 page that can be accesed: root (/), /create, and /delete.
root (/) will send respond all data latlong of all markers as json.
/create is used to create new record of latlong data marker using POST.
/delete is used to delete a record of data marker using POST.