New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

create-tungsten-app

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-tungsten-app

latest
npmnpm
Version
1.0.57
Version published
Maintainers
1
Created
Source

To use this sample, you need to initialize the database

You need a database to connect to, local or remote. This demo is setup for a local MySQL/MariaDB database, but you can replace this with PostgreSQL, MongoDB, etc.

Todo: database permissions - can use all permissions on the target DB during dev

With MySQL your DB user also needs (ALTER, CREATE, DELETE, DROP, INDEX, REFERENCES) permissions globally on the DB server (during development only)

Rename or copy the .env.sample file to .env

Configure the database URL in .env to match your configuration

Then run pnpm migrate | yarn migrate | npm run migrate to migrate the Prisma Schema to your database

Then run pnpm seed | yarn seed | npm run seed to seed the dev database

Now you can run pnpm dev | yarn dev | npm run dev to start the app in development mode

FAQs

Package last updated on 26 Nov 2024

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