Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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




twitter albertobasalo




git albertobasalo