A simple Node.js notes API demonstrating PostgreSQL database persistence with Specific.
Install the CLI and clone
npm i -g @specific.dev/cli
git clone https://github.com/specific-dev/examples.git cd examples/node-notes-api npm install
Start the development server
specific dev
Deploy to production
specific deploy