/nodejs_users_crud_api_one-file

a simplified version of former repo, nodejs_user_crud_api.

Primary LanguageJavaScript

PROJECT NAME: users_crud_api

AUTHOR: Paschal Ogba




A nodeJs test project for performing user CRUD
operation offline and with no real database.

NodeJs Packages Used:

  • express
  • bcrypt
  • JsonWebToken
  • dotenv

VsCode Plugin Used:

  • Rest Client:

For testing the API endpoints in vscode. A more convenient alternative to POSTMAN.