Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rei-x committed Jan 6, 2024
1 parent eb42b70 commit 6c97015
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,13 @@ Pozwoli na wyszukiwanie organizacji studenckich i koł naukowych po słowach klu

### Zmienne środowiskowe

- `DATABASE_URL` - adres url do bazy danych
- `DATABASE_NAME` - nazwa bazy danych
- `DATABASE_USERNAME` - nazwa użytkownika bazy danych
- `DATABASE_PASSWORD` - hasło użytkownika bazy danych
- `GOOGLE_CLIENT_ID` - Google OAuth client id
- `GOOGLE_CLIENT_SECRET` - Google OAuth secret token
- `NEXTAUTH_SECRET` - sekret do nextauth
- `NEXTAUTH_URL` - url do strony (domyślnie `http://localhost:3000`)
- `DIRECTUS_URL` - adres do instancji Directusa

### Wymagania

- [node.js@16](https://nodejs.org/en/download/)
- [docker](https://docs.docker.com/get-docker/)
- [node.js@20](https://nodejs.org/en/download/)

### Jak odpalić?

1. `npm install`
2. `npm run dev`

Jeżeli chcemy wczytać przykładowe dane:

- `npm run db:seed`

Aby zmieniać dane w bazie danych, należy użyć Prisma studio:

- `npm run db:studio`

0 comments on commit 6c97015

Please sign in to comment.