Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albertobasalo/xp-lab
🟩 Sample code for Node workshops
https://github.com/albertobasalo/xp-lab
express nodejs postgresql sequelize
Last synced: 19 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T10:47:49.000Z (about 1 year ago)
- Last Synced: 2023-11-23T11:42:53.968Z (about 1 year ago)
- Topics: express, nodejs, postgresql, sequelize
- Language: JavaScript
- Homepage: https://albertobasalo.dev
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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