To Run:
- Clone the repository
- Create a MySql database. You can change the name of database by making changes to the file "/routes/lookup.js".
- Create a table called 'userData' with fields
userName
,emailId
(primary key),phoneNo
,password
,dateTime
. - Open terminal, goto the root directory and type 'npm install'. This will install all the required packages and dependencies for the API.
- After this, start the server and goto port 3000 (or whatever you want).
Live hosted Website: https://db-manipulation-api.herokuapp.com/