Giter Site home page Giter Site logo

node-user-crud's Introduction

Node User Crud

Express API with User authentication APIs

Offering you a clean and MVC structured code with the best file structure. User Registrationa and Login API's are included with routes and mongoose schema.

Packages Used

  1. Mongoose
  2. Express
  3. Bcrypt
  4. jsonwebtoken
  5. Body Parser

How can you get started?

Just clone the repo and run

npm install

OR

yarn install

Environemnt Variables

Code uses environment variables so you can just create a file named as nodemon.json in the root directory and paste the below given code snippet.

{
  "env": {
    "PORT": <Port number on which you would like to run your server>,
    "MONGO_PORT": <Port number on which your mongodb server is running>,
    "JWT_PRIVATE_KEY": "Paste your JWT Private key",
    "ENCODING_ALGORITHM": "The encoding algorithm that you would like to use"
  }
}

You must change the above keys as per your own requirements.

And then run

nodemon or npm start or yarn start

If you find any issues then create an issue and open a PR against it.

node-user-crud's People

Contributors

ahsanihsan avatar

Stargazers

M Adil avatar  avatar Muhammad Haris avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.