Database
A simple Node.js notes API demonstrating PostgreSQL database persistence with Specific.

Run locally
Install the CLI and clone
curl -fsSL https://specific.dev/install.sh | shgit clone https://github.com/specific-dev/examples.git
cd examples/node-notes-api
npm installStart the development server
specific devOpen the URL shown in the output to access the API.
Deploy to production
specific deploy