- Run
npm install
to install the objects bigger than a black hole - Create a
.env
file with content:
DATABASE_URL="file:./dev.db"
You can provide other file names, such as production.db etc.
- Run
npx prisma db push
to build the db - Create a user with
npm run register <name> <password>
- Run with
npm start
- Run
docker compose up
- While the container is running, run
docker exec quicklink-main-1 npm run register <name> <password>