docs: test user for development
This commit is contained in:
parent
94da4d2eea
commit
3a36c42ed9
2 changed files with 9 additions and 6 deletions
|
@ -7,5 +7,3 @@ AUTH_AUTHENTIK_SECRET=
|
||||||
AUTH_AUTHENTIK_ISSUER=
|
AUTH_AUTHENTIK_ISSUER=
|
||||||
|
|
||||||
NEXT_PUBLIC_APP_URL=
|
NEXT_PUBLIC_APP_URL=
|
||||||
|
|
||||||
MEETUP_SKIP_LOGIN=
|
|
13
README.md
13
README.md
|
@ -94,10 +94,6 @@ This project is built with a modern tech stack:
|
||||||
|
|
||||||
# Base URL of your application
|
# Base URL of your application
|
||||||
NEXT_PUBLIC_APP_URL="http://localhost:3000"
|
NEXT_PUBLIC_APP_URL="http://localhost:3000"
|
||||||
|
|
||||||
# Development: Skip login flow (set to "true" to bypass authentication)
|
|
||||||
# Ensure this is NOT set to "true" in production.
|
|
||||||
MEETUP_SKIP_LOGIN="false"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
4. **Apply database migrations (Prisma):**
|
4. **Apply database migrations (Prisma):**
|
||||||
|
@ -111,11 +107,20 @@ This project is built with a modern tech stack:
|
||||||
- (Optional: If you need to generate Prisma Client without running migrations, use `npx prisma generate`)
|
- (Optional: If you need to generate Prisma Client without running migrations, use `npx prisma generate`)
|
||||||
|
|
||||||
5. **Run the development server:**
|
5. **Run the development server:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn dev
|
yarn dev
|
||||||
```
|
```
|
||||||
|
|
||||||
Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.
|
Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.
|
||||||
|
|
||||||
|
The test user for the application is:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
email: test@example.com
|
||||||
|
password: password
|
||||||
|
```
|
||||||
|
|
||||||
**Self-Hosting with Docker (Planned):**
|
**Self-Hosting with Docker (Planned):**
|
||||||
|
|
||||||
- A Docker image and `docker-compose.yml` file will be provided in the future to allow for easy self-hosting of the MeetUP application. This setup will also include database services. Instructions will be updated here once available.
|
- A Docker image and `docker-compose.yml` file will be provided in the future to allow for easy self-hosting of the MeetUP application. This setup will also include database services. Instructions will be updated here once available.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue