Skip to content

🟩 Sample code for Node workshops

Notifications You must be signed in to change notification settings

AlbertoBasalo/xp-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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