/remult-my-db

Primary LanguageJavaScript

remult-my-db

You wanna try something cool ?

How to ?

Create a .env file with the following content

DATABASE_URL = [YOUR_CONNECTION_STRING_HERE]

Then run the following commands

# Install dependencies
npm i

# Pull your db info
npm exec remult-cli pull

# Start your app
npm run dev

Enjoy http://localhost:5173/api/admin

🧑‍💻 Try it locally

git clone git@github.com:jycouet/remult-my-db.git

🌐 Try it online