Usage
git clone https://github.com/danixsofyan/startup-express-api
cd startup-express-api
Install dependency
npm install
cp .env.example .env
setup your connection database
npx sequelize db:migrate
start server
npm run dev
run at http://localhost:3000/