Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 724 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 724 Bytes

Test Application

This project was created with Node js and Express JS to send and manipulte records in remote DB.

Visit: [https://test-application-nirmal.herokuapp.com/]

Frontend - React JS

Git URL: [https://github.com/Marlinxx/test_application] Remote mySQLDB server: [sql12.freemysqlhosting.net]

Deployment

Deployed to free hosting application 'Heroku' - [https://test-application-nirmal.herokuapp.com/]

To run it locally

  1. Clone the project
  2. Do 'npm i'
  3. Start with 'npm start'

Environmental variables

HOST= ** DB server URL **
DB_USER= ** DB username **
DB_PASSWORD= ** DB password **
DB_PORT= ** DB port number **
DATABASE= ** DB schema name **
NODE_TLS_REJECT_UNAUTHORIZED=0