Skip to content

User Profile api with image upload and image size validation including custom error handling and configuration middlewares

Notifications You must be signed in to change notification settings

SoumavaBanerjee/UserProfile-mongodb-nodejs

Repository files navigation

Api endpoints:

requirements:

  • node (ver 14.16.1 up)
  • mongodb(ver 4.4.6 up)

initializing project:

  • cd into the directory
cd ~/project-directory/
  • install packages
npm install
  • run the project with nodemon
npm run dev

Environment

include them in .env file at root of project

  • NODE_ENV: "production" or "development"
  • MONGO_LOCAL_URI: "mongodb://localhost:27017/yourDbName"

About

User Profile api with image upload and image size validation including custom error handling and configuration middlewares

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published