Repository to make new nodejs project using express, sequelize orm and jwt authentication
-
clone this repository
git clone git@github.com:afrijaldz/express-sequelize-starter -
Make mysql database
-
Setting config file in config/config.json
-
Setting the
.envfile from.env.example -
Install the dependencies
npm installornpm i -
Run development
npm startIf you're using Linux and there's error
node-pre-gyp install --fallback-to-buildInstall
sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
Feel free to contribute to this project