franaragm / xp-lab

🟩 Sample code for Node workshops

Home Page:https://albertobasalo.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

🟩 Sample code for Node workshops

https://albertobasalo.dev


Languages

Language:JavaScript 100.0%