Live: https://trivago.gangoo.eu
API: https://api-trivago.gangoo.eu
- Start by making a copy of .env.example in the same directory and rename it to just .env
- For instance, you might have variables like API_KEY, SECRET_KEY, or DATABASE_URL. Ensure that you provide the correct values for these variables to avoid any issues later.
Install dependencies
npm install
Start server
npm start
Generate Prisma Client
npx prisma generate
Create and apply a new migration
npx prisma migrate dev
Open visual editor for the data in your database
npx prisma studio