You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd nodejs-server-boilerplate
# set environment variables
cp .env.example .env # don't forget to change the values# install dependencies
yarn
# create database and tables
yarn migrate
# start server
yarn dev