Skip to content

Commit

Permalink
doc: add screenshot
Browse files Browse the repository at this point in the history
Signed-off-by: YouXam <[email protected]>
  • Loading branch information
YouXam committed Jul 13, 2024
1 parent e44529a commit 4539f76
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ EXPOSE 3000

ENV PORT 3000

CMD node server.js
CMD npx prisma migrate deploy && node server.js
37 changes: 9 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,17 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
# Uplion Admin Panel

## Getting Started
Admin panel for manage api keys and ai models.

First, run the development server:
![view models](./images/models.png)

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
![view model](./images/model.png)

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
![edit model](./images/edit.png)

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
## Environment Variables

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
`DATABASE_URL`:PostgreSQL database url

## Learn More
## Docker Image

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
`youxam/uplion-admin-panel:latest`
Binary file added images/edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/models.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4539f76

Please sign in to comment.