Coder Social home page Coder Social logo

jeremyhalin / node-api-jwt-sequelize-boilerplate Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 0.0 898 KB

Node.js REST API boilerplate with authentication for your next project

License: MIT License

Shell 0.48% JavaScript 99.52%
api api-rest boilerplate boilerplate-node jwt-authentication nodejs sequelize

node-api-jwt-sequelize-boilerplate's Introduction

Hi there πŸ‘‹

My name is Jérémy Halin. Welcome on my GitHub profile 😊

πŸšΆβ€β™‚οΈ

  • πŸ‘¨β€πŸ’» I'm currently working at @Evaneos as a web developer
  • πŸ‡«πŸ‡· I live in Reims, France
  • πŸ“« You can reach me on Twitter
  • 🐦 The only social network I'm on: @jeremyhalin
  • ✍️ I'm writing some blog posts Read πŸ“°

🚧 Current projects

  • 🍿 I'm having a lot of fun working on Memorable, a mobile game for fans of cult quotes from movies or TV shows
  • πŸ•ΆοΈ Noir - a minimal Ghost theme for developers

A little thought to all my never finished projects...

πŸ₯° What I like to do

  • 🌌 looking at the stars (I will soon fall for a telescope)
  • 🍲 eating (it's often fatty)
  • πŸ—ΊοΈ travelling (I have only travelled in Europe for the moment)
  • πŸ§‘β€πŸ€β€πŸ§‘ spending time with my friends

node-api-jwt-sequelize-boilerplate's People

Contributors

dependabot[bot] avatar jeremyhalin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

node-api-jwt-sequelize-boilerplate's Issues

http-status-codes deprecated usage

from

const HttpStatus = require("http-status-codes");

throw new ErrorHandler(HttpStatus.BAD_REQUEST, "Email is required.");

to

import {
    ReasonPhrases,
    StatusCodes,
    getReasonPhrase,
    getStatusCode,
} from 'http-status-codes';
 
response
    .status(StatusCodes.OK)
    .send(ReasonPhrases.OK);

Using postgres instead of mysql gives error

[ERR_ASSERTION]: unknown message code: 59
at Parser.handlePacket (/home/er/Documents/NodeProjects/node-api-jwt-sequelize-boilerplate/node_modules/pg-protocol/dist/parser.js:140:34)

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.