Skip to content

akag98/Node-js-Database-Manipulation-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-js-Database-Manipulation-API

To Run:

  1. Clone the repository
  2. Create a MySql database. You can change the name of database by making changes to the file "/routes/lookup.js".
  3. Create a table called 'userData' with fields userName,emailId (primary key), phoneNo, password, dateTime.
  4. Open terminal, goto the root directory and type 'npm install'. This will install all the required packages and dependencies for the API.
  5. After this, start the server and goto port 3000 (or whatever you want).

Live hosted Website: https://db-manipulation-api.herokuapp.com/

About

RESTful API for Database Manipulation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published