https://github.com/albertobasalo/xp-lab
🟩 Sample code for Node workshops
https://github.com/albertobasalo/xp-lab
express nodejs postgresql sequelize
Last synced: 3 months ago
JSON representation
🟩 Sample code for Node workshops
- Host: GitHub
- URL: https://github.com/albertobasalo/xp-lab
- Owner: AlbertoBasalo
- Created: 2023-10-03T09:38:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T10:47:49.000Z (over 2 years ago)
- Last Synced: 2025-04-12T15:59:58.895Z (about 1 year ago)
- Topics: express, nodejs, postgresql, sequelize
- Language: JavaScript
- Homepage: https://albertobasalo.dev
- Size: 155 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xp-lab
[Repository](https://github.com/AlbertoBasalo/xp-dev)
Demo API server made with Express.js, Sequelize, and PostgreSQL.
```bash
# 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