https://github.com/cockroachdb/university-getting-started-with-node-postgres-app-exercises
https://github.com/cockroachdb/university-getting-started-with-node-postgres-app-exercises
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cockroachdb/university-getting-started-with-node-postgres-app-exercises
- Owner: cockroachdb
- Created: 2022-07-20T18:13:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T18:08:29.000Z (over 2 years ago)
- Last Synced: 2025-06-13T14:02:36.544Z (13 days ago)
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 48
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# university-getting-started-with-node-postgres-app-exercises
Exercise code for the Cockroach University - Getting Started with node-postgres course
# Using the code
This code is intended to be used with the (Cockroach University)[university.cockroachlabs.com] course "Getting Started with node-postgres." For detailed instructions on how to use this code, please register and follow the course.
# Contributing
The code is made available through Github so that students can offer suggestions on improvements as they go through the code. If you see room for improvement, please consider submitting a pull request.
# Running Tests
You can run all of the tests for all of the exercises by executing.
**Note:** This requires a local cockroachdb installation and is only intended for course development/continuous integration. Students can ignore these instructions.
```
./build.sh start_cockroachdb
./build.sh verify
./build.sh stop_cockroachdb
```