Skip to content

umarrasheedmebest/PakLoadersCustomerBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://nodejs.org/en/download/

npm init

1- git clone --single-branch --branch Dev https://github.com/umarrasheedmebest/PakLoadersCustomerBackend.git 2-

npm i

3-

npm start

"cookie-parser": "^1.4.6", (for storing jwt token in cookies) "cors": "^2.8.5", (pakkage for api's) "dotenv": "^16.0.2", (to use .env file to access global variables) "express": "^4.18.1", (framework for node js) "joi": "^17.6.1", (pakkage for validations) "jsonwebtoken": "^8.5.1", (jwt for authentication and secure data transfer) "mysql": "^2.18.1", (database) "nodemon": "^2.0.20" (for autorestarting our project on every save) "morgan": "^1.10.0", (for creating logs and requests information)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published