Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 308 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 308 Bytes

nodejs_crud

This is a basic REST API using nodeJS for CRUD operations.

To run the project:

You must also have a database of the following format { name:String, email:String, userName:String, password:string }

Then type following commands in the terminal or cmd:

  1. npm innstall
  2. node server.js