Skip to main content

Database service diagram

Run locally

1

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
2

Start the development server

specific dev
Open the URL shown in the output to access the API.
3

Deploy to production

specific deploy