Skip to content

bdCalling-Sdt-hub/User-Management-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#User management API

Environment setup

Create a folder named User management API. In this folder run npm init -y for initial a project.

Express server setup

Run npm install express to install ExpressJS framework. After installing the express create main file like server.js and require express on this file. Example: const express = require("express");

Then define express function on app variable for use. Example: const app = express();

HTTP request and response

Nodemon and morgan package

API testing with postman

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published