Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 723 Bytes

README.md

File metadata and controls

41 lines (21 loc) · 723 Bytes

[WIP]

Express Sequelize Starter

Description

Repository to make new nodejs project using express, sequelize orm and jwt authentication

How to use

  • clone this repository

    git clone [email protected]:afrijaldz/express-sequelize-starter

  • Make mysql database

  • Setting config file in config/config.json

  • Setting the .env file from .env.example

  • Install the dependencies

    npm install or npm i

  • Run development

    npm start

    If you're using Linux and there's error

    node-pre-gyp install --fallback-to-build

    Install

    sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++

Contributing

Feel free to contribute to this project

MIT