Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 636 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 636 Bytes

Test Application

This project was bootstrapped with Create React app to display and manipulte records in remote DB.

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

Backend - Node JS

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

Deployment

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

Unit testing

Unit test cases were written with Jest runner and enzyme framework

To run it locally

  1. Clone the project
  2. Do 'npm i'
  3. Start with 'npm start'
  4. To alter backend URL, change in endpoints.js file.