New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dbos-inc/create

Package Overview
Dependencies
Maintainers
0
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbos-inc/create

Tool for performing project initialization from template

  • 2.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

DBOS Hello

This is a DBOS app bootstrapped with npx @dbos-inc/create and using Knex.

Getting Started

Run these commands to build your app, set up its database, then launch it:

npm run build
npx dbos migrate
npm run start

To see that it's working, visit this URL in your browser: http://localhost:3000/.

Congratulations! You just launched a DBOS application.

Next Steps

  • To add more functionality to this application, modify src/main.ts, then rebuild and restart it. Alternatively, npm run dev uses nodemon to automatically rebuild and restart the app when source files change, using instructions specified in nodemon.json.
  • For a detailed tutorial, check out the programming guide.
  • To learn more about DBOS, take a look at the documentation or source code.

FAQs

Package last updated on 16 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc