/xp-lab

🟩 Sample code for Node workshops

Primary LanguageJavaScript

xp-lab

Repository

Demo API server made with Express.js, Sequelize, and PostgreSQL.

# clone repository
git clone https://github.com/AlbertoBasalo/xp-lab
cd xp-lab

# install dependencies
npm install
# edit with vs code
code .

# development mode
# run server
npm run dev
# run tests
npm run dev:test

# production mode
# run server
npm start
# run tests
npm test

🧑🏼‍💻 By Alberto Basalo

twitter albertobasalo

git albertobasalo