/Knex_Crud

Primary LanguageJavaScriptMIT LicenseMIT

Crud_with_Knex

Project Description

in This project 
i have written endpoints of basic api's
like create user ,update and delete as well
user can see his all userdata 
insted of mySql query i used Knex Query

Requirements and Installations

  • Clone the repository in your local system:

  • Install all requirements ( packages listed in package.json file in the repository ):

    • npm install
  • Now you can run the project in your local browser

    • npm start



Dependecies used in Project

    • Knex
    • express
    • bcrypt
    • dotenv
    • express
    • mysql
    • nodemon

Happy coding.